tohuya6 commented on code in PR #23849:
URL: https://github.com/apache/datafusion/pull/23849#discussion_r3686503212


##########
datafusion/sqllogictest/test_files/aggregate.slt:
##########
@@ -2327,6 +2327,39 @@ statement ok
 DROP TABLE approx_distinct_interval_test;
 
 
+# GROUP BY over Decimal256 group keys. Decimal256 columns route through the
+# GroupValuesColumn column-wise fast path (like Decimal128), so a Decimal256 
key

Review Comment:
   cleaned up overall commenting, thanks for the tip!



-- 
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]

Reply via email to