Skip to content

Commit 20048fb

Browse files
committed
Update SQLQuerySuite.scala
1 parent 2da2b49 commit 20048fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,7 @@ abstract class SQLQuerySuiteBase extends QueryTest with SQLTestUtils with TestHi
26472647
withTempDir { dir =>
26482648
withSQLConf(HiveUtils.CONVERT_METASTORE_PARQUET.key -> "false") {
26492649
withTable("test_precision") {
2650-
val df = sql("SELECT 'dummy' AS name, 1000000000000000000010.7000000000000010 AS value")
2650+
val df = sql(s"SELECT 'dummy' AS name, ${"1" * 20}.${"2" * 18} AS value")
26512651
df.write.mode("Overwrite").parquet(dir.getAbsolutePath)
26522652
sql(
26532653
s"""

0 commit comments

Comments
 (0)