MaxGekk commented on code in PR #41486: URL: https://github.com/apache/spark/pull/41486#discussion_r1227237733
########## sql/core/src/test/resources/sql-tests/analyzer-results/hll.sql.out: ########## @@ -0,0 +1,182 @@ +-- Automatically generated by SQLQueryTestSuite +-- !query +CREATE TABLE t1 USING JSON AS VALUES (0), (1), (2), (2), (2), (3), (4) as tab(col) +-- !query analysis +org.apache.spark.sql.catalyst.analysis.TableAlreadyExistsException Review Comment: I guess this is not an expected exception and error class apparently. -- 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]
