This is an automated email from the ASF dual-hosted git repository.
mingmxu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 109f03c [BEAM-4481, BEAM-4484] Start vendoring portability
dependencies to not have dependency conflicts
add 22896fa [SQL] Inject JDBC rules through Hook.
add 1275032 [SQL] Plumb pipelineOptions through IOSinkRel
new 39db610 Merge pull request #5918: [BEAM-4562] [SQL] Fix INSERT VALUES
in JDBC
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:
.../sdk/extensions/sql/impl/BeamCalciteTable.java | 3 ++-
.../beam/sdk/extensions/sql/impl/JdbcDriver.java | 22 ++++++++++++++++++++++
.../sdk/extensions/sql/impl/rel/BeamIOSinkRel.java | 14 ++++++++++++--
.../sql/impl/rel/BeamLogicalConvention.java | 13 +------------
.../sql/impl/rel/BeamEnumerableConverterTest.java | 3 ++-
5 files changed, 39 insertions(+), 16 deletions(-)