LeiRui removed a comment on issue #434: [IOTDB-244]fix bug when querying with 
duplicated columns
URL: https://github.com/apache/incubator-iotdb/pull/434#issuecomment-541269319
 
 
   In the original code, the client side IoTDBQueryResultSet assumes that the 
server returns deduplicated query results. However, in the original code, the 
sever returns query results without the step of deduplication. That's the cause 
of the bug IOTDB-244.
   So, I fix this bug by adding the deduplication step in the server side and 
uses the same deduplication or map strategy as the client.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to