Ayush Saxena
Ayush Saxena
After https://issues.apache.org/jira/browse/HIVE-23530 , almost all compute stats functions are vectorizable. Only function that is not vectorizable is "compute_bit_vector" for ndv statistics computation. This causes "create table as select" and "insert...
## What changes were proposed in this pull request? Rather than eating up the exception & returning NULL for GetFileStatus, throw the exception. ## What is the link to the...
### What changes were proposed in this pull request? Extract the properties set in the SessionConf in HiveIcebergSerde to the JobConf. ### How was this patch tested? Removing the explicit...
### What changes were proposed in this pull request? Temporary Hack to allow for non mixed ORC tables to support Vectorization ### How was this patch tested? Added Explain vectorization...
### What changes were proposed in this pull request? Make external table purge true when migration to a V2 Iceberg table
Fix t1 < t2 kind of comparisons
WIP
WIP & Experimental