uros-b commented on PR #56422: URL: https://github.com/apache/spark/pull/56422#issuecomment-5603144509
TIME(NANOS, isAdjustedToUTC=true) is still illegal on inference Read guards already ignore the UTC flag for both MICROS and NANOS (SPARK-57416). This PR only relaxes the MICROS inference arm. Arrow Time64[ns] files will still fail schema inference with the new config on. If that is intentional, the config doc and PR text should say MICROS-only; otherwise apply the same || timeIsAdjustedToUTC to the NANOS case. -- 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]
