dgrinchenko commented on a change in pull request #1747: DRILL-7167:
Implemented DESCRIBE TABLE statement
URL: https://github.com/apache/drill/pull/1747#discussion_r275348956
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestInfoSchema.java
##########
@@ -183,6 +183,16 @@ public void describeTable() throws Exception{
.go();
}
+ @Test
+ public void describeTableWithTableKeyword() throws Exception {
+ testBuilder()
+ .sqlQuery("DESCRIBE TABLE CATALOGS")
+ .unOrdered()
+ .optionSettingQueriesForTestQuery("USE INFORMATION_SCHEMA")
Review comment:
gotcha
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services