evindj opened a new pull request, #553:
URL: https://github.com/apache/iceberg-cpp/pull/553
This is the second PR in addressing serde for expression for predicate push
down. It focuses on unbound transforms and and named references.
Added unit tests to ensure that serialization happens correctly. while name
references will map just names like schema columns, unbound transforms will
make sure take care of transform serde. for example it will ensure
`{
"type": "transform",
"transform": "bucket[16]",
"term": "id"
}`
is converted to an object and vice versa.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]