yyy1000 commented on PR #25203:
URL: https://github.com/apache/beam/pull/25203#issuecomment-1432607554
So far it's close to finished.😩
It seems that I made a lot of mistakes during the process, and I will do
better next time.
Thank you for your patient guidance. :)
--
This is an
yyy1000 commented on code in PR #25203:
URL: https://github.com/apache/beam/pull/25203#discussion_r1108068105
##
sdks/go/pkg/beam/core/funcx/sideinput_test.go:
##
@@ -39,6 +39,7 @@ func TestIsIter(t *testing.T) {
{func(*typex.EventTime, *int, *string) bool { retu
lostluck commented on code in PR #25203:
URL: https://github.com/apache/beam/pull/25203#discussion_r1108036547
##
sdks/go/pkg/beam/core/funcx/sideinput_test.go:
##
@@ -39,6 +39,7 @@ func TestIsIter(t *testing.T) {
{func(*typex.EventTime, *int, *string) bool { ret
codecov[bot] commented on PR #25504:
URL: https://github.com/apache/beam/pull/25504#issuecomment-1432532279
#
[Codecov](https://codecov.io/gh/apache/beam/pull/25504?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Fo
codecov[bot] commented on PR #25503:
URL: https://github.com/apache/beam/pull/25503#issuecomment-1432530984
#
[Codecov](https://codecov.io/gh/apache/beam/pull/25503?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Fo
dependabot[bot] opened a new pull request, #25505:
URL: https://github.com/apache/beam/pull/25505
Bumps
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2)
from 1.18.11 to 1.18.13.
Changelog
Sourced from https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGE
dependabot[bot] closed pull request #25324: Bump
github.com/aws/aws-sdk-go-v2/config from 1.18.11 to 1.18.12 in /sdks
URL: https://github.com/apache/beam/pull/25324
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
dependabot[bot] opened a new pull request, #25503:
URL: https://github.com/apache/beam/pull/25503
Updates the requirements on [mock](https://github.com/testing-cabal/mock) to
permit the latest version.
Changelog
Sourced from https://github.com/testing-cabal/mock/blob/master/CHANGEL
dependabot[bot] opened a new pull request, #25504:
URL: https://github.com/apache/beam/pull/25504
Updates the requirements on
[pyhamcrest](https://github.com/hamcrest/PyHamcrest) to permit the latest
version.
Changelog
Sourced from https://github.com/hamcrest/PyHamcrest/blob/main/
Malarg commented on code in PR #25397:
URL: https://github.com/apache/beam/pull/25397#discussion_r1107993350
##
playground/frontend/playground_components/assets/translations/en.yaml:
##
@@ -17,12 +17,16 @@
errors:
error: 'Error'
+ failedParseOptions: "Failed to parse pipe
lostluck commented on PR #25437:
URL: https://github.com/apache/beam/pull/25437#issuecomment-1432382838
Work got away from me, preventing me from spending time on this. First thing
I do tomorrow though.
--
This is an automated message from the Apache Git Service.
To respond to the message
dependabot[bot] opened a new pull request, #48:
URL: https://github.com/apache/beam-starter-java/pull/48
Bumps [beam-sdks-java-core](https://github.com/apache/beam) from 2.44.0 to
2.45.0.
Release notes
Sourced from https://github.com/apache/beam/releases";>beam-sdks-java-core's
re
dependabot[bot] opened a new pull request, #47:
URL: https://github.com/apache/beam-starter-java/pull/47
Bumps
[org.apache.beam:beam-runners-direct-java](https://github.com/apache/beam) from
2.44.0 to 2.45.0.
Release notes
Sourced from https://github.com/apache/beam/releases";>org
dependabot[bot] opened a new pull request, #45:
URL: https://github.com/apache/beam-starter-java/pull/45
Bumps [org.apache.beam:beam-sdks-java-core](https://github.com/apache/beam)
from 2.44.0 to 2.45.0.
Release notes
Sourced from https://github.com/apache/beam/releases";>org.apach
dependabot[bot] opened a new pull request, #46:
URL: https://github.com/apache/beam-starter-java/pull/46
Bumps [beam-runners-direct-java](https://github.com/apache/beam) from 2.44.0
to 2.45.0.
Release notes
Sourced from https://github.com/apache/beam/releases";>beam-runners-direct-
pof-declaneaston commented on issue #25502:
URL: https://github.com/apache/beam/issues/25502#issuecomment-1432334863
I tried running the pipeline with num_workers = 3, which worked well for a
little while but eventually the runner scaled it back down to 1 worker and the
system is unable to
CAM-Gerlach commented on issue #18844:
URL: https://github.com/apache/beam/issues/18844#issuecomment-1432327499
I figure it's harmless, but just in case—after commenting on this issue I
got two GH Actions failure notifications:
* https://github.com/apache/beam/actions/runs/4169541700
yyy1000 commented on code in PR #25203:
URL: https://github.com/apache/beam/pull/25203#discussion_r1107909513
##
sdks/go/pkg/beam/core/funcx/sideinput_test.go:
##
@@ -39,6 +39,7 @@ func TestIsIter(t *testing.T) {
{func(*typex.EventTime, *int, *string) bool { retu
alxp1982 commented on code in PR #25257:
URL: https://github.com/apache/beam/pull/25257#discussion_r1107859379
##
learning/tour-of-beam/learning-content/triggers/concept/description.md:
##
@@ -0,0 +1,147 @@
+
+
+### Trigger
Review Comment:
### Triggers
##
learning
pof-declaneaston opened a new issue, #25502:
URL: https://github.com/apache/beam/issues/25502
### What happened?
Hello,
I have built a DataFlow Python pipeline which I am using to consume from and
produce to Kafka. When I run my pipeline I notice that the backlog metric in
the
dependabot[bot] commented on PR #25440:
URL: https://github.com/apache/beam/pull/25440#issuecomment-1432302964
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, let
tvalentyn closed pull request #25440: Bump grpcio from 1.49.1 to 1.51.1 in
/sdks/python
URL: https://github.com/apache/beam/pull/25440
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific co
codecov[bot] commented on PR #25501:
URL: https://github.com/apache/beam/pull/25501#issuecomment-1432264049
#
[Codecov](https://codecov.io/gh/apache/beam/pull/25501?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Fo
dependabot[bot] closed pull request #25378: Bump cryptography from 39.0.0 to
39.0.1 in /sdks/python/container/py310
URL: https://github.com/apache/beam/pull/25378
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
dependabot[bot] commented on PR #25378:
URL: https://github.com/apache/beam/pull/25378#issuecomment-1432236948
Looks like cryptography is up-to-date now, so this is no longer needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
dependabot[bot] closed pull request #25376: Bump cryptography from 39.0.0 to
39.0.1 in /sdks/python/container/py37
URL: https://github.com/apache/beam/pull/25376
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
dependabot[bot] opened a new pull request, #25501:
URL: https://github.com/apache/beam/pull/25501
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to
3.19.5.
Release notes
Sourced from https://github.com/protocolbuffers/protobuf/releases";>protobuf's
relea
dependabot[bot] commented on PR #25376:
URL: https://github.com/apache/beam/pull/25376#issuecomment-1432236937
Looks like cryptography is up-to-date now, so this is no longer needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
tvalentyn merged PR #25475:
URL: https://github.com/apache/beam/pull/25475
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apach
tvalentyn commented on PR #23876:
URL: https://github.com/apache/beam/pull/23876#issuecomment-1432235610
R: @damccorm
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
mutianf commented on PR #24015:
URL: https://github.com/apache/beam/pull/24015#issuecomment-1432223299
Sorry @Abacn, we decided to refactor the code so it's taking longer. I'll
mark it as draft for now so you won't keep getting pinged. :(
--
This is an automated message from the Apache G
vachan-shetty commented on PR #25392:
URL: https://github.com/apache/beam/pull/25392#issuecomment-1432182120
Retest this please.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
alxp1982 commented on code in PR #25258:
URL: https://github.com/apache/beam/pull/25258#discussion_r1107767973
##
learning/tour-of-beam/learning-content/windowing/motivating-challenge/description.md:
##
@@ -0,0 +1,25 @@
+
+
+### Common Transforms motivating challenge
+
+You are
johnjcasey merged PR #25500:
URL: https://github.com/apache/beam/pull/25500
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apac
johnjcasey opened a new pull request, #25500:
URL: https://github.com/apache/beam/pull/25500
**Please** add a meaningful description for your change here
Thank you for your contribution! Follow this checklist to help us
incorporate your contribution qui
codecov[bot] commented on PR #25496:
URL: https://github.com/apache/beam/pull/25496#issuecomment-1432067599
#
[Codecov](https://codecov.io/gh/apache/beam/pull/25496?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Fo
johnjcasey merged PR #25407:
URL: https://github.com/apache/beam/pull/25407
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apac
Edinsonmyosa opened a new issue, #25499:
URL: https://github.com/apache/beam/issues/25499
### What happened?
In some information I have seen the function Write as the way to put back
updated information in GCP datastore. I'm trying to do that but I can only find
a Read() function.
tonytanger commented on PR #25470:
URL: https://github.com/apache/beam/pull/25470#issuecomment-1432052557
Run Java_PVR_Flink_Batch PreCommit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
lostluck commented on code in PR #25203:
URL: https://github.com/apache/beam/pull/25203#discussion_r1107736060
##
sdks/go/pkg/beam/core/funcx/sideinput_test.go:
##
@@ -39,6 +39,7 @@ func TestIsIter(t *testing.T) {
{func(*typex.EventTime, *int, *string) bool { ret
lostluck commented on code in PR #25476:
URL: https://github.com/apache/beam/pull/25476#discussion_r1107733619
##
sdks/go/pkg/beam/runners/prism/internal/coders.go:
##
@@ -0,0 +1,243 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor licens
lostluck merged PR #25476:
URL: https://github.com/apache/beam/pull/25476
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apache
Abacn commented on code in PR #25400:
URL: https://github.com/apache/beam/pull/25400#discussion_r1107726259
##
website/www/site/content/en/documentation/io/built-in/google-bigquery.md:
##
@@ -323,6 +323,11 @@ in the following example:
{{< code_sample "sdks/python/apache_beam/ex
lostluck commented on PR #25497:
URL: https://github.com/apache/beam/pull/25497#issuecomment-1432042397
R: @jrmccluskey
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
lostluck commented on PR #25497:
URL: https://github.com/apache/beam/pull/25497#issuecomment-1432041848
Run GoPortable PreCommit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
dependabot[bot] commented on PR #15:
URL:
https://github.com/apache/beam-starter-kotlin/pull/15#issuecomment-1432031250
Superseded by #17.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
dependabot[bot] closed pull request #15: Bump beamVersion from 2.42.0 to 2.44.0
URL: https://github.com/apache/beam-starter-kotlin/pull/15
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
dependabot[bot] opened a new pull request, #17:
URL: https://github.com/apache/beam-starter-kotlin/pull/17
Bumps `beamVersion` from 2.42.0 to 2.45.0.
Updates `org.apache.beam:beam-sdks-java-core` from 2.42.0 to 2.45.0
Release notes
Sourced from https://github.com/apache/beam/rele
dependabot[bot] commented on PR #17:
URL:
https://github.com/apache/beam-starter-kotlin/pull/17#issuecomment-1432031224
Dependabot tried to add `@tosun-si`, `@lukecwik`, `@kennknowles`,
`@robertwb` and `@kileys` as reviewers to this PR, but received the following
error from GitHub:
bvolpato opened a new issue, #25498:
URL: https://github.com/apache/beam/issues/25498
### What happened?
This error caused some customer friction and took quite a bit to figure out
what was going wrong:
```
INFO 2023-02-06T20:16:45.090490Z File
"/usr/local/lib/python3.9/sit
lostluck opened a new pull request, #25497:
URL: https://github.com/apache/beam/pull/25497
Adds metrics store handling and initial unit tests.
For Prism's initial implementation.
See https://github.com/apache/beam/issues/24789.
Thank you fo
tvalentyn commented on PR #25488:
URL: https://github.com/apache/beam/pull/25488#issuecomment-1432016307
(and take a look at the failures)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spec
riteshghorse opened a new pull request, #25496:
URL: https://github.com/apache/beam/pull/25496
**Please** add a meaningful description for your change here
Thank you for your contribution! Follow this checklist to help us
incorporate your contribution q
tvalentyn commented on PR #25488:
URL: https://github.com/apache/beam/pull/25488#issuecomment-1432015444
Thanks, can you please add a unit tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
dependabot[bot] commented on PR #25493:
URL: https://github.com/apache/beam/pull/25493#issuecomment-1432013729
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, let
damccorm closed pull request #25493: Bump werkzeug from 2.2.2 to 2.2.3 in
/sdks/python/container/py39
URL: https://github.com/apache/beam/pull/25493
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
damccorm closed pull request #25492: Bump werkzeug from 2.2.2 to 2.2.3 in
/sdks/python/container/py310
URL: https://github.com/apache/beam/pull/25492
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
dependabot[bot] commented on PR #25492:
URL: https://github.com/apache/beam/pull/25492#issuecomment-1432013779
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, let
dependabot[bot] commented on PR #25495:
URL: https://github.com/apache/beam/pull/25495#issuecomment-1432013415
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, let
damccorm closed pull request #25494: Bump werkzeug from 2.2.2 to 2.2.3 in
/sdks/python/container/py38
URL: https://github.com/apache/beam/pull/25494
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
dependabot[bot] commented on PR #25494:
URL: https://github.com/apache/beam/pull/25494#issuecomment-1432013667
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, let
damccorm closed pull request #25495: Bump werkzeug from 2.2.2 to 2.2.3 in
/sdks/python/container/py37
URL: https://github.com/apache/beam/pull/25495
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
jrmccluskey commented on code in PR #25476:
URL: https://github.com/apache/beam/pull/25476#discussion_r1107690382
##
sdks/go/pkg/beam/runners/prism/internal/coders.go:
##
@@ -0,0 +1,243 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor lic
codecov[bot] commented on PR #25492:
URL: https://github.com/apache/beam/pull/25492#issuecomment-1432007911
#
[Codecov](https://codecov.io/gh/apache/beam/pull/25492?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Fo
codecov[bot] commented on PR #25494:
URL: https://github.com/apache/beam/pull/25494#issuecomment-1432007210
#
[Codecov](https://codecov.io/gh/apache/beam/pull/25494?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Fo
codecov[bot] commented on PR #25495:
URL: https://github.com/apache/beam/pull/25495#issuecomment-1432005357
#
[Codecov](https://codecov.io/gh/apache/beam/pull/25495?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Fo
dependabot[bot] opened a new pull request, #25493:
URL: https://github.com/apache/beam/pull/25493
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
Release notes
Sourced from https://github.com/pallets/werkzeug/releases";>werkzeug's
releases.
2.2.3
dependabot[bot] opened a new pull request, #25494:
URL: https://github.com/apache/beam/pull/25494
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
Release notes
Sourced from https://github.com/pallets/werkzeug/releases";>werkzeug's
releases.
2.2.3
dependabot[bot] opened a new pull request, #25495:
URL: https://github.com/apache/beam/pull/25495
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
Release notes
Sourced from https://github.com/pallets/werkzeug/releases";>werkzeug's
releases.
2.2.3
dependabot[bot] opened a new pull request, #25492:
URL: https://github.com/apache/beam/pull/25492
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
Release notes
Sourced from https://github.com/pallets/werkzeug/releases";>werkzeug's
releases.
2.2.3
damccorm merged PR #25368:
URL: https://github.com/apache/beam/pull/25368
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apache
damccorm commented on code in PR #25368:
URL: https://github.com/apache/beam/pull/25368#discussion_r1107674009
##
sdks/python/apache_beam/ml/inference/tensorflow_inference.py:
##
@@ -0,0 +1,253 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contri
ahmedabu98 commented on PR #25472:
URL: https://github.com/apache/beam/pull/25472#issuecomment-1431961534
@johnjcasey, @an2x read for review
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
ahmedabu98 commented on code in PR #25472:
URL: https://github.com/apache/beam/pull/25472#discussion_r1107665737
##
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/TableRowToStorageApiProto.java:
##
@@ -80,11 +81,32 @@ public class TableRowTo
kennknowles commented on issue #25485:
URL: https://github.com/apache/beam/issues/25485#issuecomment-1431955011
I spent a while to trace your logic, and it makes sense to me. I'm not sure
the best way to proceed. I hate tests with delays or inherent races in them,
but of course this one is
johannaojeling commented on code in PR #25437:
URL: https://github.com/apache/beam/pull/25437#discussion_r1107656944
##
sdks/go/pkg/beam/core/runtime/exec/sdf_invokers.go:
##
@@ -39,61 +43,45 @@ import (
// cirInvoker is an invoker for CreateInitialRestriction.
type cirInvok
pabloem merged PR #25491:
URL: https://github.com/apache/beam/pull/25491
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apache.
pabloem commented on PR #25491:
URL: https://github.com/apache/beam/pull/25491#issuecomment-1431937441
only license pull failed in PreCommit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
pabloem opened a new pull request, #25491:
URL: https://github.com/apache/beam/pull/25491
r: @damondouglas
Thank you for your contribution! Follow this checklist to help us
incorporate your contribution quickly and easily:
- [ ] Mention the app
MakarkinSAkvelon closed pull request #25490: [Playground] Egress configuration
for background, MiTMproxy solution
URL: https://github.com/apache/beam/pull/25490
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
MakarkinSAkvelon opened a new pull request, #25490:
URL: https://github.com/apache/beam/pull/25490
1. Direct access from backend pods to the internet will be removed
2. Whitelist for backend pods
3. MiTMproxy configuration
4. Network policy for GKE Cluster
pabloem merged PR #25479:
URL: https://github.com/apache/beam/pull/25479
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apache.
pabloem commented on PR #25479:
URL: https://github.com/apache/beam/pull/25479#issuecomment-1431849996
lgtm
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe,
riteshghorse commented on PR #25488:
URL: https://github.com/apache/beam/pull/25488#issuecomment-1431776749
we currently consider `--unknown_option=some_value` &
`-unknown_option=some_value` as same and that's why tests are failing
--
This is an automated message from the Apache Git Serv
alexeyinkin opened a new issue, #25489:
URL: https://github.com/apache/beam/issues/25489
### What needs to happen?
When clicking "Share my code" on an unmodified catalog example, the
shareable link is in the following format:
```
https://play-dev.beam.apache.org/?path=SDK_J
Abacn commented on PR #24992:
URL: https://github.com/apache/beam/pull/24992#issuecomment-1431750213
> @Abacn Thanks for a ping. I think this PR is almost ready to be merged. In
the mean time, the next step will be a deprecation of Avro classes in
"sdks/java/core" but before, I think we nee
damccorm merged PR #25487:
URL: https://github.com/apache/beam/pull/25487
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apache
pabloem commented on PR #25236:
URL: https://github.com/apache/beam/pull/25236#issuecomment-1431672905
Discussed offline. There are non-flex Spanner templates that the team wants
to support.
LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message
pabloem merged PR #25236:
URL: https://github.com/apache/beam/pull/25236
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apache.
pabloem closed issue #25025: [Feature Request]: Increase Spanner PartitionQuery
timeout to 5 minutes
URL: https://github.com/apache/beam/issues/25025
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
pabloem merged PR #25474:
URL: https://github.com/apache/beam/pull/25474
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@beam.apache.
pabloem commented on PR #25474:
URL: https://github.com/apache/beam/pull/25474#issuecomment-1431671470
mmerging for now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To u
pabloem commented on PR #25474:
URL: https://github.com/apache/beam/pull/25474#issuecomment-1431671279
it's a little hard to find, but precommit is failing on `pullLicenses` task,
which was broken on master when the branch was started:
![image](https://user-images.githubusercontent.c
pabloem commented on code in PR #25236:
URL: https://github.com/apache/beam/pull/25236#discussion_r1107381512
##
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerConfig.java:
##
@@ -265,4 +273,24 @@ public SpannerConfig
withRpcPriority(
pabloem commented on PR #25236:
URL: https://github.com/apache/beam/pull/25236#issuecomment-1431665012
we no longer use ValuProvider parameters for transforms. These werre used
for 'old' template formats, but they are no longer necessary for 'Flex'
templates which is the main kind of templa
aromanenko-dev commented on PR #24992:
URL: https://github.com/apache/beam/pull/24992#issuecomment-1431656386
Run Java PostCommit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comm
tonytanger commented on PR #25474:
URL: https://github.com/apache/beam/pull/25474#issuecomment-1431646888
Java PreCommit shows no issues. Not sure why it says the build failed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
riteshghorse commented on PR #25488:
URL: https://github.com/apache/beam/pull/25488#issuecomment-1431645914
R: @tvalentyn
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
riteshghorse opened a new pull request, #25488:
URL: https://github.com/apache/beam/pull/25488
This PR prevents misinterpreting of `-f` as `--f` which is a valid shorthand
of `--flexrs_goal` and similar.
Thank you for your contribution! Follow this che
aromanenko-dev commented on PR #24992:
URL: https://github.com/apache/beam/pull/24992#issuecomment-1431640265
@Abacn Thanks for a ping. I think this PR is almost ready to be merged. In
the mean time, the next step will be a deprecation of Avro classes in
"sdks/java/core" but before, I think
1 - 100 of 134 matches
Mail list logo