cfmcgrady commented on code in PR #4710:
URL: https://github.com/apache/kyuubi/pull/4710#discussion_r1169560427
##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/sql/kyuubi/SparkDatasetHelper.scala:
##########
@@ -51,6 +51,8 @@ object SparkDatasetHelper extends Logging {
doCollectLimit(collectLimit)
case collectLimit: CollectLimitExec if collectLimit.limit < 0 =>
executeArrowBatchCollect(collectLimit.child)
+ case localTableScan: LocalTableScanExec =>
+ doLocalTableScan(localTableScan)
Review Comment:
Spark also doesn't post the driver-side SQLMetrics, is that a Spark bug?
the SQL UI will be changed once we post the metrics.
Before:

After:

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