Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
Description
Some case in SQLQueryTestSuite(sql/core) and ThriftServerQueryTestSuite(sql/hive-thriftserver) failed for this reason:
for example:
SQLQueryTestSuite- try_aggregates.sql *** FAILED *** try_aggregates.sql Expected "4.61168601842738[79]E18", but got "4.61168601842738[8]E18" Result did not match for query #20 SELECT try_avg(col) FROM VALUES (9223372036854775807L), (1L) AS tab(col) (SQLQueryTestSuite.scala:495)
ThriftServerQueryTestSuite- try_aggregates.sql *** FAILED *** Expected "4.61168601842738[79]E18", but got "4.61168601842738[8]E18" Result did not match for query #20 SELECT try_avg(col) FROM VALUES (9223372036854775807L), (1L) AS tab(col) (ThriftServerQueryTestSuite.scala:222)- try_arithmetic.sql *** FAILED *** Expected "-4.65661287307739[26]E-10", but got "-4.65661287307739[3]E-10" Result did not match for query #26 SELECT try_divide(1, (2147483647 + 1)) (ThriftServerQueryTestSuite.scala:222)- datetime-
Attachments
Issue Links
- relates to
-
SPARK-43831 Build and Run Spark on Java 21
- Resolved
- links to