You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/01/29 18:33:59 UTC

[beam] branch master updated (96b4a58 -> 42dfc39)

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 96b4a58  Merge pull request #13821: [BEAM-11658] Match .snappy files into the given (de)compressor
     new 997680a  Implemented BIT_XOR for Zetasql dialect
     new 90ef75a  replaced integer with Bigint type
     new 1f2830c  added int32 field in testcase
     new 5062684  INT32 to INT64
     new 4edb5a2  fixed spotless checks
     new e6b3c62  SQL_Java11 PreCommit issue fixed
     new adc0f2c  removed * dependencies
     new 4f428a5  removed * dependencies from zetasql test file
     new e7dc079  removed * dependency from SQloperators.java
     new 2a7c635  Fixed check style violations
     new d5b520b  fixed checkstyle violations from sqloperators table
     new 7e2e7af  fixed violations from beambuiltinagg file
     new 7add8cf  bit_Xor to support bytes as well
     new b195374  deleted extra introduced class
     new 25303ab  added meaningful name for unit test
     new 42dfc39  Merge pull request #13569 from sonam-vend/feature/bit_xor

The 30417 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:
 .../impl/transform/BeamBuiltinAggregations.java    | 40 ++++++++++++++++++++++
 .../zetasql/SupportedZetaSqlBuiltinFunctions.java  |  2 +-
 .../translation/SqlOperatorMappingTable.java       |  1 +
 .../sql/zetasql/translation/SqlOperators.java      |  7 ++++
 .../sql/zetasql/ZetaSqlDialectSpecTest.java        | 13 +++++++
 5 files changed, 62 insertions(+), 1 deletion(-)