Skip to content

Commit 7b2147e

Browse files
remove subquery use partial path
1 parent 40f3167 commit 7b2147e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

datafusion-federation/src/sql/executor.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ pub trait SQLExecutor: Sync + Send {
4747

4848
/// Returns the schema of table_name within this [`SQLExecutor`]
4949
async fn get_table_schema(&self, table_name: &str) -> Result<SchemaRef>;
50-
51-
/// Returns whether the executor requires partial table path in subquery
52-
fn subquery_use_partial_path(&self) -> bool {
53-
false
54-
}
5550
}
5651

5752
impl fmt::Debug for dyn SQLExecutor {

0 commit comments

Comments
 (0)