jnturton commented on code in PR #2571: URL: https://github.com/apache/drill/pull/2571#discussion_r892680201
########## contrib/storage-http/src/test/java/org/apache/drill/exec/store/http/TestHttpUDFFunctions.java: ########## @@ -101,6 +123,30 @@ public static void setup() throws Exception { cluster.defineStoragePlugin("local", mockStorageConfigWithWorkspace); } + @Test + public void testProvidedSchema() throws Exception { Review Comment: Thanks for adding a test to exercise a provided schema. -- 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. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org