kevinjqliu commented on PR #2780: URL: https://github.com/apache/iceberg-python/pull/2780#issuecomment-3573537703
Only json boolean is allowed, not string "true". This is gated by the `pNode.isBoolean()` precondition here: https://github.com/apache/iceberg/blob/a3c538f647a113cf61dbfd7855d9c71da8c722ba/core/src/main/java/org/apache/iceberg/util/JsonUtil.java#L162-L167 -- 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]
