We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9920dbf commit 855768cCopy full SHA for 855768c
exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestVarlenDecimal.java
@@ -197,7 +197,7 @@ public void testWideningLimit() throws Exception {
197
// A union of VARDECIMALs that requires a widening to an unsupported
198
// DECIMAL(40, 6). The resulting column should be limited DECIMAL(38, 6)
199
// and a precision loss warning logged.
200
- String query = "SELECT CAST('10' AS DECIMAL(38, 4)) AS `Col1` " +
+ String query = "SELECT CAST(10 AS DECIMAL(38, 4)) AS `Col1` " +
201
"UNION ALL " +
202
"SELECT CAST(22 AS DECIMAL(29, 6)) AS `Col1`";
203
0 commit comments