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 a8904e8 Merge pull request #5855 from echauchot/nexmark-bigquery-fix
add 7942349 Run SQL operator tests through JDBC as well
add 7e03cc9 Test retrieval of TIMESTAMP via JDBC
new bf496be Merge pull request #5851: Test expressions and values via 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:
.../beam/sdk/extensions/sql/impl/JdbcDriver.java | 4 +-
.../sql/BeamSqlDslSqlStdOperatorsTest.java | 58 ++++-----
.../sdk/extensions/sql/impl/JdbcDriverTest.java | 92 +++++++++++++++
.../sql/impl/parser/TestTableProvider.java | 3 +
...BeamSqlBuiltinFunctionsIntegrationTestBase.java | 129 ++++++++++++++++++++-
5 files changed, 256 insertions(+), 30 deletions(-)