rbalamohan commented on PR #3551:
URL: https://github.com/apache/hive/pull/3551#issuecomment-1230039690

   Tried it in internal cluster with 100 GB TPCH and shows good reduction in 
amount of bytes read from s3.
   
   select count(*) from customer where c_custkey > 14099999 and c_custkey < 
14850991 ;
   
   Without patch: S3A_BYTES_READ: 8484870
   With patch: S3A_BYTES_READ: 3529354
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to