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_r210876020
 
 

 ##########
 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 think the current position of `limit` is ok since it helps to stand out 
its presence.

----------------------------------------------------------------
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