hvanhovell commented on code in PR #53497:
URL: https://github.com/apache/spark/pull/53497#discussion_r2625488162


##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala:
##########
@@ -195,6 +197,11 @@ class SparkConnectPlanner(
           transformWithWatermark(rel.getWithWatermark)
         case proto.Relation.RelTypeCase.CACHED_LOCAL_RELATION =>
           transformCachedLocalRelation(rel.getCachedLocalRelation)
+        case proto.Relation.RelTypeCase.CHUNKED_CACHED_LOCAL_RELATION

Review Comment:
   This should probably be more subtle. The parallelism is effectively set by 
the client. In some cases and with in-proper settings that can lead to poorer 
performance. So we may want to feature flag this. We may also want to add a 
threshold for this, that would make smaller relations leverage the old code 
path.



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