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 78271e0 Merge pull request #4488: [BEAM-3292][SQL] Replace
java.sql.Types with SqlTypeCoder
add 98d9060 [BEAM-3207] Create a standard location to enumerate and
document URNs.
add 04c399c Revert URNs that are currently hard-coded in the Dataflow
worker.
new 42ac62a Merge pull request #4310: [BEAM-3207] Create a standard
location to enumerate and document URNs.
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:
.gitignore | 1 +
.../resources/org/apache/beam/model/common_urns.md | 132 +++++++++++++++++++++
pom.xml | 1 +
.../core/construction/ModelCoderRegistrar.java | 18 +--
.../core/construction/PTransformTranslation.java | 26 ++--
.../beam/runners/core/construction/UrnUtils.java | 63 ++++++++++
.../construction/WindowingStrategyTranslation.java | 7 ++
.../runners/core/construction/UrnUtilsTest.java} | 41 ++++---
.../graph/LengthPrefixUnknownCoders.java | 19 +--
sdks/python/apache_beam/coders/coders.py | 33 ++++--
sdks/python/apache_beam/io/iobase.py | 8 +-
sdks/python/apache_beam/pipeline.py | 4 +-
.../execution.pxd => portability/python_urns.py} | 23 ++--
sdks/python/apache_beam/pvalue.py | 20 ++--
.../runners/portability/fn_api_runner.py | 49 ++++----
.../apache_beam/runners/worker/bundle_processor.py | 40 +++----
sdks/python/apache_beam/transforms/core.py | 56 +++------
sdks/python/apache_beam/transforms/ptransform.py | 6 +-
sdks/python/apache_beam/transforms/window.py | 22 ++--
sdks/python/apache_beam/utils/urns.py | 42 -------
sdks/python/setup.py | 30 +++++
21 files changed, 421 insertions(+), 220 deletions(-)
create mode 100644
model/pipeline/src/main/resources/org/apache/beam/model/common_urns.md
create mode 100644
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/UrnUtils.java
copy
runners/{flink/src/test/java/org/apache/beam/runners/flink/FlinkRunnerRegistrarTest.java
=>
core-construction-java/src/test/java/org/apache/beam/runners/core/construction/UrnUtilsTest.java}
(51%)
copy sdks/python/apache_beam/{metrics/execution.pxd =>
portability/python_urns.py} (56%)
--
To stop receiving notification emails like this one, please contact
[email protected].