turbo1912 opened a new pull request, #3136:
URL: https://github.com/apache/arrow-datafusion/pull/3136
# Which issue does this PR close?
Closes #1906.
# Rationale for this change
(from the original issue):
Taking inspiration frompsql , it implements a \i command (not a command line
argument) for this usecase. It includes a file:
https://www.postgresql.org/docs/13/app-psql.html
\i or \include filename
Reads input from the file filename and executes it as though it had been
typed on the keyboard.
If filename is - (hyphen), then standard input is read until an EOF
indication or \q meta-command. This can be used to intersperse interactive
input with input from files. Note that Readline behavior will be used only if
it is active at the outermost level.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]