Skip to content

Commit

Permalink
DRILL-6974: Three new tests for 'set' command (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atri0 authored and agirish committed May 22, 2019
1 parent 704d6e4 commit 0c85b4f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
store.kafka.poll.timeout 201
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set store.kafka.poll.timeout = 201;
alter session set store.kafka.poll.timeout;
reset store.kafka.poll.timeout;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exec.enable_union_type true
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set exec.enable_union_type = true;
set exec.enable_union_type;
reset exec.enable_union_type;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
store.format parquet
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set `store.format`='json';
alter system set `store.format`;
reset `store.format`;

0 comments on commit 0c85b4f

Please sign in to comment.