blob: c137d9fe2b13f8b312216c028576a1bb22763a07 [file] [log] [blame]
---
source: tests/cli_integration.rs
info:
program: datafusion-cli
args: []
stdin: select 1;
input_file: tests/sql/select.sql
---
success: true
exit_code: 0
----- stdout -----
[CLI_VERSION]
+----------+
| Int64(1) |
+----------+
| 1 |
+----------+
1 row(s) fetched.
[ELAPSED]
\q
----- stderr -----