You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/11/15 14:10:35 UTC

[GitHub] [drill] vvysotskyi commented on a change in pull request #1896: DRILL-7441: Fix issues with fillEmpties, offset vectors

vvysotskyi commented on a change in pull request #1896: DRILL-7441: Fix issues with fillEmpties, offset vectors
URL: https://github.com/apache/drill/pull/1896#discussion_r345192031
 
 

 ##########
 File path: exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java
 ##########
 @@ -110,7 +110,7 @@ public void testFieldSelectionBug() throws Exception {
                   "inner_3", mapOf()))
           .go();
     } finally {
-      test("alter session set `store.json.all_text_mode` = false");
+      test("alter session reset `store.json.all_text_mode`");
 
 Review comment:
   ```suggestion
         resetSessionOption(ExecConstants.JSON_ALL_TEXT_MODE);
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services