wgtmac opened a new issue, #331: URL: https://github.com/apache/iceberg-cpp/issues/331
To support JSON serialization and deserialization of the expression family, we need to follow similar approach as https://github.com/apache/iceberg-cpp/blob/main/src/iceberg/json_internal.h and https://github.com/apache/iceberg-cpp/blob/main/src/iceberg/catalog/rest/json_internal.h by adding `iceberg/expression/json_internal.h/.cc`. For reference: - Java implementation: https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/expressions/ExpressionParser.java - Java test: https://github.com/apache/iceberg/blob/main/core/src/test/java/org/apache/iceberg/expressions/TestExpressionParser.java - Spec: https://github.com/apache/iceberg/blob/6e873baa7db22429fa231d552a696248f64ea1f7/open-api/rest-catalog-open-api.yaml#L2243-L2366 -- 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]
