mirror of
https://github.com/apache/impala.git
synced 2025-12-25 11:04:13 -05:00
This patch allows you to write SOURCE <file> or SRC <file>, and have the shell read the file and execute all the queries in it. Change-Id: Ib05df3e755cd12e9e9562de6b353857940eace03 Reviewed-on: http://gerrit.cloudera.org:8080/2663 Reviewed-by: Henry Robinson <henry@cloudera.com> Tested-by: Internal Jenkins
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
USE UNKNOWN_DATABASE;
|
|
NOT A SQL QUERY;
|
|
USE FUNCTIONAL;
|
|
SHOW TABLES;
|
|
# Note missing semi-colon
|
|
SHOW DATABASES
|