shuwenwei opened a new pull request, #171:
URL: https://github.com/apache/iotdb-client-go/pull/171

   ### Summary
   
   Fixes an issue where `IoTDBRpcDataSet.moreData` was never updated from the 
`TSFetchResultsResp` in `fetchResults()`, matching the Java reference 
implementation (`IoTDBRpcDataSet.java`).
   
   ### Description
   
   - Update `moreData` from `resp.GetMoreData()` after verifying the status, so 
subsequent `Next()` calls keep fetching while the server still has more data 
and stop when exhausted.
   - Add unit tests covering the moreData update (both true/false), the 
unset-field default, and closing the data set when no result set is returned.


-- 
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]

Reply via email to