Indhumathi27 commented on code in PR #6114:
URL: https://github.com/apache/hive/pull/6114#discussion_r2405918042
##########
ql/src/test/results/clientpositive/llap/vector_count.q.out:
##########
@@ -212,7 +212,7 @@ STAGE PLANS:
enabled: true
enabledConditionsMet:
hive.vectorized.use.vectorized.input.format IS true
inputFileFormats:
org.apache.hadoop.hive.ql.io.orc.OrcInputFormat
- notVectorizedReason: GROUPBY operator: Aggregations with > 1
parameter are not supported unless all the extra parameters are constants
count([Column[a], Column[b]])
+ notVectorizedReason: GROUPBY operator: Unsupported COUNT
DISTINCT with multiple columns: count([Column[a], Column[b]]). Hive only
supports COUNT(DISTINCT col) in vectorized execution.
Review Comment:
@deniskuzZ the message was not changed for other cases. i added a new
message for count udf with more than one parameter. now both partition table
and non-partition one will have same behavior
--
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]