betterlmy opened a new pull request, #146:
URL: https://github.com/apache/iotdb-client-go/pull/146
## What changes were proposed in this pull request?
Fix column decoder to correctly handle null values and empty strings:
1. **Numeric decoders**: Always read values from stream even for null
positions,
as server sends data for all positions. Skipping null positions causes
stream
misalignment.
2. **Binary decoder**: Handle empty strings (length=0) without triggering
EOF error.
## Why are the changes needed?
- Previous implementation skipped reading null values, causing data stream
offset errors
- Empty string handling caused EOF error when reading 0 bytes at stream end
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]