You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: contrib/format-fixedwidth/src/test/java/org/apache/drill/exec/store/fixedwidth/TestFixedwidthRecordReader.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -101,10 +101,10 @@ public void testExplicitQuery() throws Exception {
101
101
//Test Serialization/Deserialization
102
102
@Test
103
103
publicvoidtestSerDe() throwsException {
104
-
Stringsql = "SELECT COUNT(*) FROM dfs.`fwf/test.fwf`";
104
+
Stringsql = "SELECT COUNT(*) FROM cp.`fwf/test.fwf`";
0 commit comments