andygrove commented on code in PR #2241:
URL: https://github.com/apache/datafusion-comet/pull/2241#discussion_r2301927516
##########
spark/src/main/scala/org/apache/comet/rules/CometExecRule.scala:
##########
@@ -849,6 +891,41 @@ case class CometExecRule(session: SparkSession) extends
Rule[SparkPlan] {
*/
private def columnarShuffleSupported(s: ShuffleExchangeExec): Boolean = {
+ /**
+ * Determine which data types are supported as data columns in native
shuffle.
Review Comment:
```suggestion
* Determine which data types are supported as data columns in columnar
shuffle.
```
--
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]