You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/10/12 01:29:29 UTC

[GitHub] [incubator-iotdb] LeiRui removed a comment on issue #434: [IOTDB-244]fix bug when querying with duplicated columns

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:
users@infra.apache.org


With regards,
Apache Git Services