Skip to content

Commit 855768c

Browse files
committed
WIP
1 parent 9920dbf commit 855768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestVarlenDecimal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public void testWideningLimit() throws Exception {
197197
// A union of VARDECIMALs that requires a widening to an unsupported
198198
// DECIMAL(40, 6). The resulting column should be limited DECIMAL(38, 6)
199199
// and a precision loss warning logged.
200-
String query = "SELECT CAST('10' AS DECIMAL(38, 4)) AS `Col1` " +
200+
String query = "SELECT CAST(10 AS DECIMAL(38, 4)) AS `Col1` " +
201201
"UNION ALL " +
202202
"SELECT CAST(22 AS DECIMAL(29, 6)) AS `Col1`";
203203

0 commit comments

Comments
 (0)