We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d701d commit 08a7703Copy full SHA for 08a7703
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
@@ -373,7 +373,6 @@ private SqlContext createSqlContext(final String tableResourceName)
373
" \r\n" + //
374
"";
375
376
- System.out.println("model " + calciteModel);
377
final JSONObject calciteModelJSON = (JSONObject) new JSONParser().parse(calciteModel);
378
final Configuration configuration = new ModelParser(new Configuration(), calciteModelJSON)
379
.setProperties();
0 commit comments