Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
ghx-label-12
Description
For a query which access multiple JDBC tables, Planner generate single node plan. It's better to generate distributed plan so that JDBC read could be scheduled on executors. This restriction is due to current design of External data source framework because scan is single threaded. DataSourceScanNode cannot run in node other than coordinator.