uros-b commented on PR #56422:
URL: https://github.com/apache/spark/pull/56422#issuecomment-4760144949

   Note regarding PR description vs implementation mismatch: the description 
claims ParquetFilters.getNormalizedLogicalType "now normalizes 
TimeLogicalTypeAnnotation to isAdjustedToUTC=false." That function is unchanged 
in the diff; the actual fix replaces the exact-match ParquetTimeMicrosType 
(timeType(false, MICROS)) with a wildcard ParquetSchemaType(_: 
TimeLogicalTypeAnnotation, INT64, 0) across all predicate builders. The 
description should likely be corrected to match.


-- 
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]

Reply via email to