|
Change Parameter Type columns : List<String> to columns : List<SchemaPath> in method public JdbcGroupScan(sql String, columns List<SchemaPath>, config StoragePluginConfig, rows double, plugins StoragePluginRegistry) in class org.apache.drill.exec.store.jdbc.JdbcGroupScan |
From |
To |
|
Change Parameter Type columns : List<String> to columns : List<SchemaPath> in method public JdbcSubScan(sql String, columns List<SchemaPath>, config StoragePluginConfig, plugins StoragePluginRegistry) in class org.apache.drill.exec.store.jdbc.JdbcSubScan |
From |
To |
|
Change Parameter Type columns : List<String> to columns : List<SchemaPath> in method public JdbcRecordReader(source DataSource, sql String, storagePluginName String, columns List<SchemaPath>) in class org.apache.drill.exec.store.jdbc.JdbcRecordReader |
From |
To |
|
Change Parameter Type columns : List<String> to columns : List<SchemaPath> in method package JdbcSubScan(sql String, columns List<SchemaPath>, plugin JdbcStoragePlugin) in class org.apache.drill.exec.store.jdbc.JdbcSubScan |
From |
To |
|
Change Parameter Type columns : List<String> to columns : List<SchemaPath> in method package JdbcGroupScan(sql String, columns List<SchemaPath>, plugin JdbcStoragePlugin, rows double) in class org.apache.drill.exec.store.jdbc.JdbcGroupScan |
From |
To |