Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: enhance error handling in GetInt64Array method of RealDecoder
- Replaced direct byte manipulation with a call to GetInt64 for improved abstraction. - Added context to decoding errors to aid in debugging. - Improved overall readability and maintainability of the GetInt64Array function.
- Loading branch information