deniskuzZ commented on code in PR #4431: URL: https://github.com/apache/hive/pull/4431#discussion_r1273319400
########## iceberg/iceberg-handler/src/test/results/positive/col_stats.q.out: ########## @@ -96,7 +96,7 @@ avg_col_len 3.4444444444444446 max_col_len 5 num_trues num_falses -bit_vector HL +bit_vector Review Comment: ```` The bit vector that contains the ndv values is being overwritten by updatecolstats which is called by alter table command. That's what I want to fix in the alter Table PR Since bit vector is being overwritten, Hyper log log is not being used So HL is missing ```` -- 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]
