forked from apache/datafusion-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update impl TableSource for SqlTableSource
The (singular) `TableSource::supports_filter_pushdown` was removed upstream. [1] I simply moved the method to the private `SqlTableSource::supports_filter_pushdown` because it is still used by the (plural) `TableSource::supports_filters_pushdown`. Additionally, the return type of `TableSource::get_logical_plan` was changed to Option<Cow<_>> upstream. [2] Refs [1]: apache/datafusion#12239 [2]: apache/datafusion#12113
- Loading branch information
1 parent
9afae08
commit 0eaf193
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters