Closed zeroshade closed 6 months ago
CC @Fokko @nastra @wolfeidau
@zeroshade this is a considerable amount of work, I really need to learn more about the internals of iceberg, mostly working to understand the metadata.
Looks great, nothing stands out as issues to me.
@zeroshade Thanks! Can you fix the conflicts?
updated and fixed the conflicts @Fokko! :smile:
@zeroshade Awesome, let's get this in! 🚀
After about 5 or 6 iterations of playing with how to represent expressions to start working on scan planning, I've finally settled on something I like!!
Rather than a huge code dump, I've broken it out into smaller successive PRs so that it is easier to review. This PR contains the definitions for representing Literals, which will then get utilized in constructing BooleanExpressions and so on.