Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable where_clauses_object_safety #1

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

tustvold
Copy link

@tustvold tustvold commented Aug 8, 2022

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@@ -489,6 +491,18 @@ impl AsyncFileReader for BoxedAsyncFileReader {
self.0.get_bytes(range)
}

fn get_byte_ranges(
Copy link
Author

Choose a reason for hiding this comment

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

This is necessary otherwise calling through BoxedAsyncFileReader will just call the default impl

@tustvold
Copy link
Author

tustvold commented Aug 9, 2022

@Cheappie If you're happy with this can you merge it in?

@Cheappie Cheappie merged commit 9c2ccc3 into Cheappie:issue-2292-metadata-ext Aug 9, 2022
@Cheappie
Copy link
Owner

Cheappie commented Aug 9, 2022

sure, thank you for help

Cheappie pushed a commit that referenced this pull request Nov 19, 2022
…#3228)

* Fix propagation of optimized predicates on nested projections

* Add SQL integration tests

* Alternative implementation on `issue_filters` (#1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants