We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da2b49 commit 20048fbCopy full SHA for 20048fb
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala
@@ -2647,7 +2647,7 @@ abstract class SQLQuerySuiteBase extends QueryTest with SQLTestUtils with TestHi
2647
withTempDir { dir =>
2648
withSQLConf(HiveUtils.CONVERT_METASTORE_PARQUET.key -> "false") {
2649
withTable("test_precision") {
2650
- val df = sql("SELECT 'dummy' AS name, 1000000000000000000010.7000000000000010 AS value")
+ val df = sql(s"SELECT 'dummy' AS name, ${"1" * 20}.${"2" * 18} AS value")
2651
df.write.mode("Overwrite").parquet(dir.getAbsolutePath)
2652
sql(
2653
s"""
0 commit comments