MaxGekk commented on issue #26473: [SPARK-29864][SPARK-29920][SQL] Strict parsing of day-time strings to intervals URL: https://github.com/apache/spark/pull/26473#issuecomment-554456321 I cannot understand the fail https://github.com/apache/spark/pull/26473#issuecomment-554334250 for now. It seems `ThriftServerQueryTestSuite` runs `inputs/interval.sql` in the PostgreSQL dialect. The fail shows that the fallback was triggered somehow. The fallback could happen either when dialect is PostgreSQL or `spark.sql.legacy.fromDayTimeString.enabled` is set to `true`. Pretty strange. @wangyum Can ThriftServerQueryTestSuite run regular tests in PostgreSQL dialect?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
