urosstan-db commented on PR #44969:
URL: https://github.com/apache/spark/pull/44969#issuecomment-1920176092

   > Can you provide SQL web UI screenshot to demo this new metrics? And let's 
make sure JDBC v2 works as well (need to make `JDBCScan#supportedCustomMetrics` 
support this new metrics)
   
   
![image](https://github.com/apache/spark/assets/155642965/a9a2f2b0-70b8-4241-bafd-1b89c2246eac)
   Fetch time is removed, so it will not be present in UI. 
   JDBC v2 will work with current implementation, because JDBCRelation returns 
JDBCScanBuilder which return JDBCScan which inherits V1Scan, so 
DataSourceV2Strategy will create RowDataSourceScanExec during planning.


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