-
Notifications
You must be signed in to change notification settings - Fork 2
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
Read/write parquet files using ZIO Schema derivation (PoC) #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grouzen
force-pushed
the
init-codecs
branch
2 times, most recently
from
December 10, 2023 12:51
98920e5
to
ba0b05e
Compare
grouzen
changed the title
PoC
Read/write parquet files using ZIO Schema derivation (PoC)
Dec 10, 2023
grouzen
added a commit
that referenced
this pull request
Jan 5, 2024
grouzen
added a commit
that referenced
this pull request
Apr 11, 2024
grouzen
added a commit
that referenced
this pull request
Aug 31, 2024
* Initial work on type-safe filter predicates * Save filter progress #1 * Support overriding typeTag derivers * Fix compilation errors for scala 2.13 and 3 * Filter.not, trying to fix codec tests for offset date times * Add in/notIn Filter operators * Fix logical predicate types * Fix ExprSpec cross-compilation * Add test case for Expr path & optional TypeTag * Add "compile summoned" TypeTag test case * Support for all primitive types * Add simple test for all primitive types * Deduplicate scala 2.13 and 3 test Fixtures * Implement TypeTag enum deriver * Support option fields (WIP) * Support option fields - nullable column syntax * Add compileImpl (scala 2) to emit compile time error when an optional column is being used in a filter predicate * WIP - working on macro to validate path construction * WIP - make concat macro work in scala 2 * Finish polishing concatImpl for scala 2.13 * Refactor test case for primitive types * Disable concat macro for scala 2.12 * Add compileImpl macro for Scala 3 * Fix compileImpl macro for Scala 3 * Add fmtAll command alias * Fix compileImpl macro for Scala 2 * Fix compileImpl macro for Scala 3 again * Get rid of Java 8 * Add concatImpl macro for Scala 3 * Regenerate ci workflow * Reworking compileImpl macro (WIP) * Give up on idea to compile predicate at compile time, sanitizing optionals is enough * fmtAll * regenerate ci.yaml * Improve testing of predicate in IO spec * Improve Filter.not syntax * Refactor .predicate macro methods * Update docs * clean up some commented code --------- Co-authored-by: Michael Nedokushev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.