ramitg254 commented on code in PR #6752: URL: https://github.com/apache/hive/pull/6752#discussion_r3986036799
########## ql/src/test/queries/clientpositive/cbo_windowing.q: ########## @@ -10,6 +10,11 @@ set hive.auto.convert.join=false; -- 9. Test Windowing Functions -- SORT_QUERY_RESULTS +-- Vector PTF does not buffer PARTITION BY columns (constant within a partition). When a partition Review Comment: done added non-vectorized fallback in `Vectorizer.java` and also tests to cover that case in `vector_ptf_unbuffered_partition_col.q` -- 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]
