Github user Wizwizard commented on a diff in the pull request: https://github.com/apache/drill/pull/1205#discussion_r180996166 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -577,6 +581,8 @@ public Version getServerVersion() { checkArgument(type == QueryType.LOGICAL || type == QueryType.PHYSICAL || type == QueryType.SQL, String.format("Only query types %s, %s and %s are supported in this API", QueryType.LOGICAL, QueryType.PHYSICAL, QueryType.SQL)); + //bingxing.wang.log --- End diff -- Please ignore this commit. Very sorry to have brought you trouble.
---