[beam] branch master updated: Implement basic mapping capabilities for YAML. (#27096)

2023-06-15 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new ada507dc3b3 Implement basic mapping

svn commit: r62270 - in /release/beam/2.48.0: ./ python/

2023-06-02 Thread robertwb
Author: robertwb Date: Sat Jun 3 00:31:54 2023 New Revision: 62270 Log: Add 2.48.0 artifacts. Added: release/beam/2.48.0/ release/beam/2.48.0/apache-beam--source-release.zip (with props) release/beam/2.48.0/apache-beam--source-release.zip.asc release/beam/2.48.0/apache-beam

[beam] 01/01: Merge pull request #26940 Fix and refactor main.py file for yaml

2023-05-30 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit d7ee278f74abf673f2e63e3c8c0eb668a4ebc634 Merge: bd274b7337e 4f5b2155031 Author: Robert Bradshaw AuthorDate: Tue May 30

[beam] branch master updated (bd274b7337e -> d7ee278f74a)

2023-05-30 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from bd274b7337e Revise error message to state the actual size limit (#26754) add 4f5b2155031 Fix and refactor

[beam] 01/01: Merge pull request #26675 Validate that a URN is set on all non-composite transforms.

2023-05-25 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 31c3390bbb4c7e6f1fc7f2c366b20d49556a61c8 Merge: 2b13a03acc4 c576fe9f359 Author: Robert Bradshaw AuthorDate: Thu May 25

[beam] branch master updated (2b13a03acc4 -> 31c3390bbb4)

2023-05-25 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 2b13a03acc4 [release] Add signing key flag and env variable to release documentation (#26895) add 35ceb278373

svn commit: r62050 - /release/beam/KEYS

2023-05-23 Thread robertwb
Author: robertwb Date: Tue May 23 15:50:05 2023 New Revision: 62050 Log: Add Apache Beam automated release signing key. Modified: release/beam/KEYS Modified: release/beam/KEYS == --- release/beam/KEYS (original

[beam] branch master updated: Allow for same name and type, if it is not ambiguous in yaml inputs (#26771)

2023-05-22 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 08b9cbb1923 Allow for same name and type, if it

[beam] branch master updated (48cac9b09a3 -> 0c86bb6e0c3)

2023-05-16 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 48cac9b09a3 Remove deprecated AWS coders where replaced by schemas (closes #23315) (#26715) add dbd695a7e73

[beam] branch master updated (f343b819d7e -> 35406e08678)

2023-05-01 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from f343b819d7e Move provisioned options outside of harness.Main (#26476) add 83aa2b6cc22 Add warning and extra flag

[beam] 01/01: Merge pull request #26462 Add warning and extra flag about disabling Dataflow Runner v2 for Python.

2023-05-01 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 35406e08678c08e87e4d0ef87c4f29b5bf56872a Merge: f343b819d7e 9851dbace15 Author: Robert Bradshaw AuthorDate: Mon May 1

[beam] 01/01: Merge pull request #26451 Add flexible windowing syntax to yaml.

2023-04-28 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit e232a7e21eac5698b47b4e5185a2ce333778d5eb Merge: e873cb44382 a29ea992284 Author: Robert Bradshaw AuthorDate: Fri Apr 28

[beam] branch master updated (e873cb44382 -> e232a7e21ea)

2023-04-28 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from e873cb44382 use wheel sdk location for PostCommit_Py_Examples (#26473) add ddec9472ae3 More user-friendly

[beam] branch master updated: Allow implicit flattening for yaml inputs. (#26423)

2023-04-27 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 8bda63bc8ea Allow implicit flattening for yaml

[beam] 01/01: Merge pull request #26363 Yaml pipeline readme.

2023-04-20 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit a74712de2abb622ffa7501ca8d3bc248e886df7f Merge: f3dc6d46995 f1a07d3d6e4 Author: Robert Bradshaw AuthorDate: Thu Apr 20

[beam] branch master updated (f3dc6d46995 -> a74712de2ab)

2023-04-20 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from f3dc6d46995 update the BQ limitations (#26306) add d60a93ce98f Initial readme for yaml pipelines. add

[beam] 01/01: Merge pull request #26289 Use iterable side inputs rather than list side inputs in file writes.

2023-04-17 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 80f1f6c7f6003ed4daed7492489cf382750ce6f0 Merge: 9c00dca093f 33293fe914b Author: Robert Bradshaw AuthorDate: Mon Apr 17

[beam] branch master updated (9c00dca093f -> 80f1f6c7f60)

2023-04-17 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 9c00dca093f [AWS] Support usage of StsAssumeRoleWithWebIdentityCredentialsProvider for AWS IOs (resolves #26097

[beam] branch master updated (1d26d399f78 -> 874b687db01)

2023-03-24 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 1d26d399f78 [Playground] GetMetadata() endpoint (#25610) add 3ebece3c998 Bump gradle-docker plugin for xbuild

[beam] branch master updated (5be26977f02 -> d80f1ff499a)

2023-03-24 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 5be26977f02 yield instead of return in tensorflow_imagenet_segmentation.py (#25952) add 4bef4da18de Use built

[beam] 01/01: Merge pull request #25916 Use built-in csv and json readers.

2023-03-24 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit d80f1ff499a9759aa7529b32e5c4d67fd2e66402 Merge: 5be26977f02 c637363fa3c Author: Robert Bradshaw AuthorDate: Fri Mar 24

[beam] branch master updated (68d4155b5f2 -> 186973b110d)

2023-03-24 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 68d4155b5f2 Merge pull request #25941 Add typescript docs to beam site. add 5f635bbf558 Use released docker

[beam] 01/01: Merge pull request #25939 Use released docker images rather than one from the testing project.

2023-03-24 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 186973b110d82838fb8e5ba27f0225a67c336591 Merge: 68d4155b5f2 5f635bbf558 Author: Robert Bradshaw AuthorDate: Fri Mar 24

[beam] branch master updated (ddae966f334 -> 68d4155b5f2)

2023-03-24 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from ddae966f334 [25949] Add csv and file-schema-transform modules to PreCommit_Java_IO checks (#25951) add

[beam] 01/01: Merge pull request #25919 Allow PTransforms to be applied directly to dataframes.

2023-03-23 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 4484c19ae0aca079a20ce9261f14784043172c86 Merge: f83b29c1d01 e761360bfdf Author: Robert Bradshaw AuthorDate: Thu Mar 23

[beam] branch master updated (f83b29c1d01 -> 4484c19ae0a)

2023-03-23 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from f83b29c1d01 Move license to a code block (#25950) add fee461df025 Allow PTransforms to be applied directly to

[beam] branch master updated (c90ac7c7a0e -> 0ad52ff4a65)

2023-03-23 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from c90ac7c7a0e [Python] Ignore unknown args with single dash (#25920) add 4deedf68530 Add a source and sink option

[beam] 01/01: Merge pull request #25935 Add a source and sink option to yaml pipelines.

2023-03-23 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 0ad52ff4a650840a8f358ef9d407c4ccbc8048bc Merge: c90ac7c7a0e 4deedf68530 Author: Robert Bradshaw AuthorDate: Thu Mar 23

[beam-starter-typescript] branch main updated (e542f8f -> 519b8c2)

2023-03-22 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/beam-starter-typescript.git from e542f8f typo add 519b8c2 Bump version to 2.46.0. No new revisions were added by this update

[beam] branch master updated (942e3fa5b6d -> fcf51fb7d98)

2023-03-22 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 942e3fa5b6d Adds multi-language Python and Java quickstart release validations (#25910) add fcf51fb7d98 Update

[beam] branch master updated (9a5e5b8ab76 -> 8c90c64836c)

2023-03-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 9a5e5b8ab76 Raise the Runtime error when DoFn.process uses both yield and return (#25743) add 6746fbec7f7 Use

[beam] 01/01: Merge pull request #25802 Use the cord ctype for proto generation, where available.

2023-03-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 8c90c64836ca56096282fa6a3167f88d5735471a Merge: 9a5e5b8ab76 6746fbec7f7 Author: Robert Bradshaw AuthorDate: Tue Mar 21

[beam] branch master updated (0d804d102b2 -> 92459a2c29a)

2023-03-07 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 0d804d102b2 Use credential for mongodb performance tests (#25631) add 188f030065f Run the quickstart command has

svn commit: r60437 - /release/beam/KEYS

2023-03-03 Thread robertwb
Author: robertwb Date: Fri Mar 3 19:00:20 2023 New Revision: 60437 Log: Add public key for release manager Danny McCormick. Modified: release/beam/KEYS Modified: release/beam/KEYS == --- release/beam/KEYS (original

svn commit: r60436 - /dev/beam/KEYS

2023-03-03 Thread robertwb
Author: robertwb Date: Fri Mar 3 18:55:50 2023 New Revision: 60436 Log: Add public key for release manager Danny McCormick. Modified: dev/beam/KEYS Modified: dev/beam/KEYS == --- dev/beam/KEYS (original) +++ dev

[beam] branch master updated (cf7ba6d1c59 -> fabd1f6d7a6)

2023-02-27 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from cf7ba6d1c59 Update mock requirement in /sdks/python (#25503) add fabd1f6d7a6 Add ReadFrom/WriteTo Csv/Json as

[beam] 01/01: Merge pull request #25473 Add retry logic to Python boot script.

2023-02-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 8cfee7d05e6bdf73431f390577c9d000eadd3b3a Merge: 5b4edaf83bf e9509f8 Author: Robert Bradshaw AuthorDate: Tue Feb 21

[beam] branch master updated (5b4edaf83bf -> 8cfee7d05e6)

2023-02-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 5b4edaf83bf [#24789][prism] V0 Go Direct Runner Replacement, Prism. (#25568) add a6bd21a5616 Add retry logic to

[beam] branch master updated (338ddec28c8 -> bf09a5ed4a5)

2023-02-08 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 338ddec28c8 Replace use of deprecated strings.Title function (#25385) add e967d6ab74d Minor updates to

[beam] 01/01: Merge pull request #25351 Better batching for higher fixed costs.

2023-02-07 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 46a5e77232d7e9e67f4f5ad9ef296f2cbac9bf8f Merge: d20d0b01c3c 37112d65578 Author: Robert Bradshaw AuthorDate: Tue Feb 7

[beam] branch master updated (d20d0b01c3c -> 46a5e77232d)

2023-02-07 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from d20d0b01c3c Upgrading spring-expression to latest patch version (#25348) add 2a350761d09 Better batching for

[beam-starter-typescript] branch main updated: typo

2023-02-06 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/beam-starter-typescript.git The following commit(s) were added to refs/heads/main by this push: new e542f8f typo e542f8f is

[beam] branch master updated (bc2895c99a2 -> 8f7d2cc8eb9)

2023-01-31 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from bc2895c99a2 Merge pull request #25094: Externalizing the StreamWriter parameters for StorageWrites add

[beam] branch master updated (f77366a8115 -> 99999c6766b)

2023-01-31 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from f77366a8115 Ignore flags for beam_sql magic (#25210) add cfe8005c502 Deterministic ordering of gbk outputs for

[beam] branch master updated: Fix website.

2023-01-27 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 6eef233d1c9 Fix website. 6eef233d1c9 is

[beam] branch master updated (66aa607845b -> cd54ad5ad67)

2023-01-27 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 66aa607845b [24469] Implement CsvIO.Write and supporting classes (#24630) add af42717f461 Add some more links

[beam] 01/01: Merge pull request #25125 Add some more links to the case studies page.

2023-01-27 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit cd54ad5ad6729d44addc0545a9b24a159c69bac3 Merge: 66aa607845b af42717f461 Author: Robert Bradshaw AuthorDate: Fri Jan 27

[beam] 01/01: Merge pull request #25208 Log BatchElement statistics.

2023-01-27 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit bb92863be87db462504d83c81a23f86b984c3b4e Merge: c8cdc8ede70 c9e8aba3141 Author: Robert Bradshaw AuthorDate: Fri Jan 27

[beam] branch master updated (c8cdc8ede70 -> bb92863be87)

2023-01-27 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from c8cdc8ede70 Merge pull request #25196: Schema convenience functions add c9e8aba3141 Log BatchElement statistics

[beam] branch master updated (89cd0599708 -> d9145257b37)

2023-01-24 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 89cd0599708 Add working example for Per Entity Training (#25081) add 860b05ff66e Add documentation on typescript

[beam] branch master updated: Initial start of a yaml-based declarative way of building pipelines. (#24667)

2023-01-24 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 6b8f8c09f5e Initial start of a yaml-based

[beam-starter-typescript] branch main updated (e5d0b68 -> c418595)

2023-01-19 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/beam-starter-typescript.git from e5d0b68 Fix typo in readme. add c418595 Use published apache-beam npm. No new revisions were

[beam-starter-typescript] branch main updated: Fix typo in readme.

2023-01-19 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/beam-starter-typescript.git The following commit(s) were added to refs/heads/main by this push: new e5d0b68 Fix typo in readme

[beam-starter-typescript] branch main created (now df1b352)

2023-01-18 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/beam-starter-typescript.git at df1b352 Initial commit. This branch includes the following new commits: new df1b352 Initial

[beam] branch master updated (0bba43969f6 -> 889fd8bcdc9)

2022-12-29 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 0bba43969f6 [#24789] Spot fix fullvalue wrapping for SDF. (#24826) add 5ab768bc6c1 Add gradle files for

[beam] branch master updated (ba3dcd1cb98 -> 3f28d55dbe1)

2022-12-29 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from ba3dcd1cb98 [#24789][Go SDK] Fix Minor race conditions (#24808) add c38074ac024 Various cleanups to the

[beam] branch master updated (598324a8847 -> c5c5b35c403)

2022-12-29 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 598324a8847 Shard python precommit (#24204) add ea6cf404b9f Implement sibling protocol for Typescript. add

[beam] branch master updated (1e763ad6d18 -> 177306792ce)

2022-12-28 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 1e763ad6d18 [Go SDK]: MongoDB IO connector (#24663) add 177306792ce Better naming and inference for

[beam] 01/01: Merge pull request #24718 Add a couple of well-known Google properties that use Beam extensively.

2022-12-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit cef0cf74aba8778935278386cd76dad0ec008a8d Merge: 2b746d1d217 642a16f9a61 Author: Robert Bradshaw AuthorDate: Wed Dec 21

[beam] branch master updated (2b746d1d217 -> cef0cf74aba)

2022-12-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 2b746d1d217 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks (#24740) add 642a16f9a61 Add a couple

[beam] branch master updated (8dab5dcb3ce -> 310c5240828)

2022-12-20 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 8dab5dcb3ce Support writing to BQ via Storage Write API with SchemaTransforms (#23988) add 310c5240828 Add some

[beam] branch master updated: Ensure WRITE_TRUNCATE BigQuery loads to the same table are processed together. (#24536)

2022-12-19 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 7c55f7668b1 Ensure WRITE_TRUNCATE BigQuery

[beam] branch master updated: [SQL extension] Minor fixes to logging applying best practices (#24328)

2022-12-02 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 62964b48957 [SQL extension] Minor fixes to

[beam] branch master updated (5cfb70e8af8 -> 0f39190c437)

2022-12-02 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 5cfb70e8af8 Bump tensorflow from 2.9.1 to 2.9.3 in /sdks/python/apache_beam/examples/ml-orchestration/tfx (#24300

[beam] 01/01: Merge pull request #24490 Fix broken typescript tests

2022-12-02 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 0f39190c437bca395e705da8239ec4f181c582e9 Merge: 5cfb70e8af8 14fe7dd5b81 Author: Robert Bradshaw AuthorDate: Fri Dec 2

[beam] branch master updated: Minor visibility improvements to render runner. (#24480)

2022-12-02 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new a460eb14ab5 Minor visibility improvements to

[beam] branch master updated (4f1dcfb224d -> cf904dc72aa)

2022-11-22 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 4f1dcfb224d Dask runner tests action (#24324) add 5802c77d383 Add a portable runner that renders pipelines as a

[beam] branch master updated (e6e832b62ec -> 79b8c154b58)

2022-11-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from e6e832b62ec Performance test parameters followup fix (#24291) add ffbb3362d65 Work around coders bug on Dataflow

[beam] branch master updated (eddac841261 -> e1bf6c42950)

2022-11-14 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from eddac841261 More dataset templates to clean up (#24162) add 10337d28685 Rename the test_splits flag to

[beam] 01/01: Merge pull request #23985 Support dynamic sharding in the worker.

2022-11-10 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 74f87b0282a23aa01ecb63288013311d207960aa Merge: 38a85b288ad 383ea77bc98 Author: Robert Bradshaw AuthorDate: Thu Nov 10

[beam] branch master updated (38a85b288ad -> 74f87b0282a)

2022-11-10 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 38a85b288ad Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks (#24077) add ed7b560d7ce Compute element

[beam] branch master updated (d4142f7eab7 -> 62d8bdc604d)

2022-11-07 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from d4142f7eab7 Switch && for || to fix bug in #23889 resolution (#24017) add 930c4d2d87d Better surfacing

[beam] 01/01: Merge pull request #23978 Add basic counter support to the typescript SDK.

2022-11-04 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 8617b86fd792ac555233dd79c8ede34c2ce67ecf Merge: aa178f82522 2496a0d1e0f Author: Robert Bradshaw AuthorDate: Fri Nov 4

[beam] branch master updated (aa178f82522 -> 8617b86fd79)

2022-11-04 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from aa178f82522 Merge pull request #23976 Correctly capture log levels and attach stage information. add

[beam] branch master updated (97628802fe4 -> aa178f82522)

2022-11-04 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 97628802fe4 Bump cloud.google.com/go/datastore from 1.8.0 to 1.9.0 in /sdks (#23916) add d3a173cf163 Move

[beam] 01/01: Merge pull request #23976 Correctly capture log levels and attach stage information.

2022-11-04 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit aa178f825223cbb0a6208fad0e02f98292eeded1 Merge: 97628802fe4 1807c307aa1 Author: Robert Bradshaw AuthorDate: Fri Nov 4

[beam] branch master updated (1e3090f449a -> 07b823a37ab)

2022-10-28 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 1e3090f449a Merge pull request #22588: [Website] update upcoming-events calendar section add 10aac42fc4c More

[beam] 01/01: Merge pull request #23783 More bigquery native sink cleanup.

2022-10-28 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 07b823a37ab117bbacf6100c01e5dd8ae16f42ea Merge: 1e3090f449a 10aac42fc4c Author: Robert Bradshaw AuthorDate: Fri Oct 28

[beam] 01/01: Merge pull request #23791 Unskip test_generated_class_pickle for cloudpickle.

2022-10-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 77e96da7d4159dc3533aaec1d6a2da84da0e5358 Merge: 8f300b07399 aadbe31e975 Author: Robert Bradshaw AuthorDate: Fri Oct 21

[beam] branch master updated (8f300b07399 -> 77e96da7d41)

2022-10-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 8f300b07399 Allow local packages in requirements.txt dependency list. (#23684) add aadbe31e975 Unskip

[beam] branch master updated (8dd87491dcb -> 8f300b07399)

2022-10-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 8dd87491dcb Avoid pickling unstable reference to moved proto classes. (#23739) add 8f300b07399 Allow local

[beam] branch master updated: Avoid pickling unstable reference to moved proto classes. (#23739)

2022-10-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 8dd87491dcb Avoid pickling unstable reference

[beam] branch master updated (a0f4e5e6adb -> 6cf92145aef)

2022-10-21 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from a0f4e5e6adb Merge pull request #23773: Remove obsolete sparkRunner task from hadoop-format add 6cf92145aef

[beam] 01/01: Merge pull request #23649 Remove numpy C API dep from public declarations.

2022-10-18 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit ff3574fa022d0f50ef458d821d8517495dd03a08 Merge: 9f40bbf9c3b a78c7d7dec9 Author: Robert Bradshaw AuthorDate: Tue Oct 18

[beam] branch master updated (9f40bbf9c3b -> ff3574fa022)

2022-10-18 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 9f40bbf9c3b enable automatic expansion service (#23699) add a78c7d7dec9 Remove numpy C API dep from public

[beam] branch master updated (0a1e7443c48 -> 6adecd43879)

2022-10-11 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 0a1e7443c48 [Go SDK] Don't construct plans in lock section. (#23583) add 6adecd43879 Remove obsolet

[beam] branch master updated: Remove obsolete and deprecated bigquery native read. (#23557)

2022-10-11 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 3ffdf8dce61 Remove obsolete and deprecated

[beam] branch master updated (c22a335adf6 -> 36d52b7baa3)

2022-10-11 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from c22a335adf6 Add database role to SpannerConfig for role-based access control. (#23377) add 4e88cf9d856 Add a

[beam] 01/01: Merge pull request #23468 Require time-bound flag for non-UW streaming Python jobs for new SDKs.

2022-10-03 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 9e47f470ed4d249bf2d8aaee74263006d89b18db Merge: dc58a460f2f 9d278bc5b2b Author: Robert Bradshaw AuthorDate: Mon Oct 3

[beam] branch master updated (dc58a460f2f -> 9e47f470ed4)

2022-10-03 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from dc58a460f2f Fix JdbcIOIT, which seems to have never worked (#21796) add 9d278bc5b2b Require time-bound flag for

[beam] branch master updated: Fix type inference for set/delete attr. (#23242)

2022-09-30 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 12785495923 Fix type inference for set/delete

[beam] 01/01: Merge pull request #23194 Batch encoding and decoding of schema data.

2022-09-30 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit aa362e9cc4aaa6b9d92530c6ec42efec4f65c338 Merge: fa33c702977 39272917d32 Author: Robert Bradshaw AuthorDate: Fri Sep 30

[beam] branch master updated (fa33c702977 -> aa362e9cc4a)

2022-09-30 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from fa33c702977 [Playground] [Backend] Edited the function for getting executable name (#22957) add 0f420937b65

[beam] 01/01: Merge pull request #23047 Expand Python cross language docs.

2022-09-29 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit cc623db075c17875c4eccadc99f0117c43d34c36 Merge: 5669ef43822 fc5467675c0 Author: Robert Bradshaw AuthorDate: Thu Sep 29

[beam] branch master updated (5669ef43822 -> cc623db075c)

2022-09-29 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from 5669ef43822 [Playground] [Backend] Removing the code related to the Cloud Storage (#22872) add fc5467675c0

[beam] branch master updated: Optimize varint reading and writing for small ints. (#23192)

2022-09-14 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 26c94b20f74 Optimize varint reading and writing

[beam] branch master updated: Use existing pickle_library flag in expansion service. (#23111)

2022-09-09 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 973475fde19 Use existing pickle_library flag in

[beam] branch master updated: Merge pull request #23092 Cross-language tests in github actions.

2022-09-08 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new f0cd27596e3 Merge pull request #23092 Cross

[beam] 01/01: Merge pull request #23073 Use cloudpickle for Java Python transforms.

2022-09-07 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit cea122724c5cd87a403684004452305ca64b3a68 Merge: f3cdbbf13a1 4c3048b94e6 Author: Robert Bradshaw AuthorDate: Wed Sep 7

[beam] branch master updated (f3cdbbf13a1 -> cea122724c5)

2022-09-07 Thread robertwb
This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git from f3cdbbf13a1 Moving to 2.43.0-SNAPSHOT on master branch. add 4c3048b94e6 Use cloudpickle for Java Python

<    1   2   3   4   5   6   7   8   9   10   >