abstractdog commented on pull request #2771:
URL: https://github.com/apache/hive/pull/2771#issuecomment-1010978261


   left some minor comments
   could you please share what did you find in terms of performance 
improvement, with the example query like:
   ```
   CREATE TABLE IF NOT EXISTS test (name String, value int);
   INSERT INTO test VALUES('K1',1);
   INSERT INTO test VALUES('K2',2);
   ..
   ..
   ..
   INSERT INTO test VALUES('K20000',2)
   ```


-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to