This is an automated email from the ASF dual-hosted git repository.
kenn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 3dd3236 Merge pull request #5748: [BEAM-4626] SQL text tables of raw
lines
add 6dccecb Beam SQL shell prompt is now 'BeamSQL>'
add 8cc4947 Override SqlLine.properties to customize welcome and help
messages
new fe5e21d Merge pull request #5727: [BEAM-4616] Customize prompt,
welcome and help messages
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sdks/java/extensions/sql/jdbc/build.gradle | 7 +
.../beam/sdk/extensions/sql/jdbc/BeamSqlLine.java | 34 ++-
.../src/main/resources/sqlline/SqlLine.properties | 256 +++++++++++++++++++++
3 files changed, 292 insertions(+), 5 deletions(-)
create mode 100644
sdks/java/extensions/sql/jdbc/src/main/resources/sqlline/SqlLine.properties