You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support encoding/decoding of case classes with > 22 fields. (#130)
* Support encoding/decoding of case classes with > 22 fields.
TODO: determine where transform param should be used in SchemaEncoderDeriver.deriveTransformedRecord
Ziverge zio-schema derivation reference: https://www.ziverge.com/post/type-class-derivation-with-zio-schema
* Address PR feedback.
Separate case classes with more than 22 fields.
Naming loosely based on: https://github.com/zio/zio-http/pull/3065/files#diff-b4f1cb60f121214f58b86c32e2f1a633a6727796328ad1ffd1e66738d8e40d94
* Update modules/core/src/main/scala/me/mnedokushev/zio/apache/parquet/core/codec/ValueEncoderDeriver.scala
Co-authored-by: Michael Nedokushev <[email protected]>
* Update modules/core/src/main/scala/me/mnedokushev/zio/apache/parquet/core/codec/ValueDecoderDeriver.scala
Co-authored-by: Michael Nedokushev <[email protected]>
* Unused Code Removal
* formatting
sbt scalafmtAll
sbt scalafixAll
* Fix schema derivation error for scala 2.13
* Re-generate ci.yaml
* Make linter happy
---------
Co-authored-by: Michael Nedokushev <[email protected]>
0 commit comments