ngsg commented on PR #4043: URL: https://github.com/apache/hive/pull/4043#issuecomment-1803898226
@ayushtkn, sorry for the late response. I think I missed the Github notification about your question. This patch changes the schema of GroupBy operator, which makes changes in qfiles' stats. GBY operator's 3rd column is bloom filter, so its type should be binary. But current DPPOptimization sets incorrect type instead of binary type. This patch fixes this issue, and the change of column type makes a difference to query statistics. -- 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]
