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 d2cd063 Merge pull request #5677: [SQL] Remove unused BeamIOType
add 2baf876 Fix name of heuristic JAVA_CLASS_TO_TYPENAME
add 6af40e7 [SQL] Allow explicit return type in ExpressionChecker
add 7fbc8e9 DSL-level tests for standard operators
add 38e691f Add test that all supported operators are tested
add 01927e5 [SQL] Make parse failure slightly more actionable
new b6d40f5 Merge pull request #5667: [BEAM-BEAM-4573] Add framework for
exhaustively checking SQL operator support
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/BeamSqlEnv.java | 2 +-
.../sql/BeamSqlDslSqlStdOperatorsTest.java | 256 +++++++++++++++++++++
.../sql/BeamSqlDslStringOperatorsTest.java | 55 -----
...BeamSqlBuiltinFunctionsIntegrationTestBase.java | 51 +++-
4 files changed, 296 insertions(+), 68 deletions(-)
create mode 100644
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/BeamSqlDslSqlStdOperatorsTest.java
delete mode 100644
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/BeamSqlDslStringOperatorsTest.java