alamb commented on code in PR #153: URL: https://github.com/apache/parquet-site/pull/153#discussion_r2790169294
########## data/implementations/support/polars.yaml: ########## @@ -0,0 +1,127 @@ +engine_id: polars +last_updated: "2026-01-30" +support: + physical-boolean: + status: full + physical-int32: + status: full + physical-int64: + status: full + physical-int96: + status: read + physical-float: + status: full + physical-double: + status: full + physical-byte-array: + status: full + physical-fixed-len-byte-array: + status: read + logical-string: + status: full + logical-enum: + status: read + logical-uuid: + status: read + logical-int-types: + status: full + logical-decimal-int32: + status: read + logical-decimal-int64: + status: read + logical-decimal-byte-array: + status: read + logical-decimal-fixed-len-byte-array: + status: full + logical-float16: + status: full + logical-date: + status: full + logical-time-int32: + status: read + logical-time-int64: + status: full + logical-timestamp-int64: + status: full + logical-interval: + status: read + logical-json: Review Comment: I briefly tried to check this, but I couldn't find any relevant files in parquet-testing I filed a ticket to track adding them - https://github.com/apache/parquet-testing/issues/101 In the interim, I think we could merge this PR and then adjust the matrix when we get more information -- 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]
