You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The next() will return a reference to a map that stores current record. I will add a warning about it to javadoc of this method.
After getting map from next() you need to copy values to another map.
You can achieve this by calling com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader#readRecord which accepts user created map.
in my case (BI),column is not certain
error result
query by reader.next() data repeat
list data id is 5,4,5,4,5
Expected behaviour
list data id is 1,2,3,4,5
Code example
Error log
Configuration
Environment
The text was updated successfully, but these errors were encountered: