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

Implement transforms projection #289

Closed
Fokko opened this issue Mar 21, 2024 · 7 comments
Closed

Implement transforms projection #289

Fokko opened this issue Mar 21, 2024 · 7 comments

Comments

@Fokko
Copy link
Contributor

Fokko commented Mar 21, 2024

For evaluating the hibben partition filters, we need to have column projections. For example, this will translate dt <= 2024-02-01 and dt < 2024-03-01 to the partition filter month(dt) = 2024-02.

@viirya
Copy link
Member

viirya commented Mar 22, 2024

Does this duplicate to #264?

@viirya
Copy link
Member

viirya commented Mar 22, 2024

If not, I will work on this.

@liurenjie1024
Copy link
Contributor

liurenjie1024 commented Mar 22, 2024

I think this issue includes several things, and they are tracked in #153 .

@viirya
Copy link
Member

viirya commented Mar 22, 2024

And we need to port the project() method from the transforms

For this one, it looks like the same as #264.

@liurenjie1024
Copy link
Contributor

And we need to port the project() method from the transforms

For this one, it looks like the same as #264.

Exactly, #264 is blocked by #283 , and @ZENOTME has a pr for it.

@marvinlanhenke
Copy link
Contributor

can this be closed - due to being a duplicate to #264 which was closed by #309?

@liurenjie1024
Copy link
Contributor

Yes, we can close this, thanks @marvinlanhenke for this effort!

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

No branches or pull requests

4 participants