kasakrisz commented on PR #4889: URL: https://github.com/apache/hive/pull/4889#issuecomment-1823953302
@ramesh0201 There are a few tests for `GroupByOptimizer` named groupby_sort_*.q Most of them has a step ``` -- perform an insert to make sure there are 2 files ``` https://github.com/apache/hive/blob/7638cb1a3b07713cc490aa2909a37037f89e08b4/ql/src/test/queries/clientpositive/groupby_sort_3.q#L12-L13 However when I run these locally and monitored the file system I experienced that only one file remained after executing this step so there might be hidden data correctness issues in those cases too. -- 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]
