vvysotskyi commented on a change in pull request #1397: DRILL-6633: Replace 
usage of Guava classes by JDK ones
URL: https://github.com/apache/drill/pull/1397#discussion_r211305444
 
 

 ##########
 File path: 
contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestInbuiltHiveUDFs.java
 ##########
 @@ -62,16 +62,16 @@ public void testEncode() throws Exception {
 
   @Test
   public void testXpath_Double() throws Exception {
-    final String query = "select xpath_double ('<a><b>20</b><c>40</c></a>', 
'a/b * a/c') as col \n" +
+    String query = "select xpath_double ('<a><b>20</b><c>40</c></a>', 'a/b * 
a/c') as col \n" +
         "from hive.kv \n" +
 
 Review comment:
   I agree with you that the purpose of the test is not directly connected with 
`limit 0`, but it helps to highlight that the schema only is required.
   Thanks for providing me with a chance to make the final decision :) I'll 
leave the code as it is.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to