deniskuzZ commented on code in PR #6752: URL: https://github.com/apache/hive/pull/6752#discussion_r3941059106
########## 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: should we add an explicit guard over letting it fail with a ClassCastException or better even fall back to non-vector PTF ? -- 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]
