Skip to content

Conversation

@findepi
Copy link
Member

@findepi findepi commented Aug 29, 2024

It was deprecated since 20.0.0.

@github-actions github-actions bot added logical-expr Logical plan and expressions optimizer Optimizer rules labels Aug 29, 2024
@crepererum crepererum added the api change Changes the API exposed to users of the crate label Aug 29, 2024
Copy link
Member

@lewiszlw lewiszlw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you @findepi .

@lewiszlw lewiszlw merged commit f9b1469 into apache:main Aug 30, 2024
@findepi findepi deleted the findepi/remove-tablesource-supports-filter-pushdown-function-f94023 branch August 30, 2024 09:46
Michael-J-Ward added a commit to Michael-J-Ward/datafusion-python that referenced this pull request Sep 10, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api change Changes the API exposed to users of the crate logical-expr Logical plan and expressions optimizer Optimizer rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants