Uh oh!
There was an error while loading. Please reload this page.
Implement column projection - #1443
Conversation
kevinjqliu
left a comment
There was a problem hiding this comment.
Added a few comments, please take a look! The PR looks great already. Thanks for working on this!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…tion logic to helper method, changed test to use high-level table scan
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kevinjqliu
left a comment
There was a problem hiding this comment.
generally LGTM! I added a few nit comments and some clarifying questions on testing.
thanks for working on this!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kevinjqliu
left a comment
There was a problem hiding this comment.
Looks like CI caught an interesting case where a new identity partition is added after data files were written. The accessor then cannot find the proper partition record... We need to do something like this
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kevinjqliu
left a comment
There was a problem hiding this comment.
LGTM! Thanks @gabeiglio !!
Fokko
commented
Feb 10, 2025
Thanks for working on this @gabeiglio, and thanks for the review @kevinjqliu 🙌 |
This is a fix for issue #1401. In which table scans needed to infer partition column by following the column projection rules
Fixes#1401