[ https://issues.apache.org/jira/browse/SPARK-52899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated SPARK-52899: ----------------------------------- Labels: pull-request-available (was: ) > Fix QueryExecutionErrorsSuite test to register H2Dialect back > ------------------------------------------------------------- > > Key: SPARK-52899 > URL: https://issues.apache.org/jira/browse/SPARK-52899 > Project: Spark > Issue Type: Test > Components: SQL > Affects Versions: 3.4.2, 3.4.0, 3.4.1, 3.5.0, 3.5.1, 3.5.2, 3.4.3, 3.4.4, > 3.5.3, 3.5.4, 3.5.5, 4.1.0, 3.5.6, 4.0.0, 4.0.1, 3.5.7 > Reporter: Petar Vasiljevic > Priority: Major > Labels: pull-request-available > Fix For: 3.4.2, 3.4.0, 3.4.1, 3.5.0, 3.5.1, 3.5.2, 3.4.3, 3.4.4, > 3.5.3, 3.5.4, 3.5.5, 4.1.0, 3.5.6, 4.0.0, 4.0.1, 3.5.7 > > > Test "UNRECOGNIZED_SQL_TYPE: unrecognized SQL type DATALINK" in > QueryExecutionErrorsSuite.scala can introduce flakiness due to unregistering > the H2 dialect and never registering it back > ([code|https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecutionErrorsSuite.scala#L646]). > > I have hit the issue on CI because of that > ([https://github.com/PetarVasiljevic-DB/spark/actions/runs/16399646273/job/46337197677]]). > NoopDialect is used in JDBCV2JoinPushdownSuite, while locally, as it should > be, H2Dialect is used. > > > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org