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-554510643 I commented all tests in `ThriftServerQueryTestSuite` except of `ansi/interval.sql` and `postgresql/interval.sql`: 1. If I run both tests, `ansi/interval.sql` fails 2. If I run only `postgresql/interval.sql`, it is passed successfully 3. If I run only `ansi/interval.sql`, it is passed successfully as well. In the debugger, I see `ansi/interval.sql` runs in the PostgreSQL dialect: <img width="906" alt="Screen Shot 2019-11-15 at 23 08 17" src="https://user-images.githubusercontent.com/1580697/68972577-3bd29c00-07fd-11ea-8cec-453c0d666762.png">
---------------------------------------------------------------- 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]
