-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump cloud.google.com/go/spanner from 1.43.0 to 1.44.0 in /sdks #141
base: master
Are you sure you want to change the base?
Bump cloud.google.com/go/spanner from 1.43.0 to 1.44.0 in /sdks #141
Commits on Feb 22, 2023
-
Add retry logic to Python boot script.
This will allow runners to act more quickly on failures rather than wait for all workers to die before the exiting the container.
Configuration menu - View commit details
-
Copy full SHA for a436d7d - Browse repository at this point
Copy the full SHA a436d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c61823 - Browse repository at this point
Copy the full SHA 7c61823View commit details -
Bump github.com/testcontainers/testcontainers-go in /sdks (apache#25517)
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.15.0 to 0.18.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.15.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 11c797e - Browse repository at this point
Copy the full SHA 11c797eView commit details -
[Avro] Use "extensions/avro" instead of avro from"core" in Java SDK m…
…odules (apache#24992) * Use "extensions/avro" instead of avro from"core" in Java SDK modules * Use "extensions/avro" instead of avro from"core" in sdks/java/io/kafka * Use "extensions/avro" instead of avro from"core" in sdks/java/io/google-cloud-platform * Resolve rebase conflicts * Use "extensions/avro" for Dataflow runner * Use "extensions/avro" for core-construction runner * Add avro extension as a dependency for direct runner * Copy Avro-related tests to Avro extension * Address review comments * Depend javaPreCommit on extensions:avro * Address review comments * Revert CountingSource.java * Up-to-date Avro usages
Configuration menu - View commit details
-
Copy full SHA for 622168e - Browse repository at this point
Copy the full SHA 622168eView commit details -
PCollection data sampling for Java SDK harness apache#25064 (apache#2…
…5354) PCollection data sampling for Java SDK harness apache#25064 This adds the capability for the Java SDK harness to sample in-flight elements. The implementation modifies the ProcessBundleDescriptor when received by the BundleProcessor to create additional DataSampling PTransforms on PCollections. The samples are then returned when the SDK receives a SampleDataRequest. Task apache#25064
Configuration menu - View commit details
-
Copy full SHA for ed1afb3 - Browse repository at this point
Copy the full SHA ed1afb3View commit details -
Add partitioned reads to JDBC SchemaIO (apache#25577)
* Fix up the JDBCSchemaIO to support partitioned reads on a column (I believe numeric and datetime are currently supported). Start adding a JdbcPartitionedReadSchemaTransformProvider as a more generic SchemaTransform. This fits better with the SchemaTransform approach as the partitioned read is actually a different transform entirely from the non-partitioned version. * Removed the PartitionedReadSchemaTransformProvider pending further discussion. Added a test to the Python side that should exercise this pathway (though this is difficult to fully verify). Verified that it is actually run during tests and that it will fail if something is very wrong though. * address comments * Support Int16 type in schema * Fix pylint; fix unsafe cast; fix test --------- Co-authored-by: Byron Ellis <byronellis@google.com>
Configuration menu - View commit details
-
Copy full SHA for f711951 - Browse repository at this point
Copy the full SHA f711951View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ff502 - Browse repository at this point
Copy the full SHA c2ff502View commit details -
Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0 in /sdks (apache…
…#25469) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.33.0 to 1.34.0. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.34.0/CHANGELOG.md) - [Commits](aws/aws-sdk-go@v1.33.0...v1.34.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0f141e - Browse repository at this point
Copy the full SHA b0f141eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c27dbb1 - Browse repository at this point
Copy the full SHA c27dbb1View commit details -
Add Data Sampling capability URN to Java SDK (apache#25593)
* Add Data Sampling capability URN to Java SDK * trigger tests * Update runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Environments.java --------- Co-authored-by: Sam Rohde <srohde@google.com> Co-authored-by: Lukasz Cwik <lcwik@google.com>
Configuration menu - View commit details
-
Copy full SHA for 0b3c609 - Browse repository at this point
Copy the full SHA 0b3c609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6629402 - Browse repository at this point
Copy the full SHA 6629402View commit details -
Bump cloud.google.com/go/spanner from 1.43.0 to 1.44.0 in /sdks
Bumps [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.43.0...spanner/v1.44.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/spanner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f2c49ff - Browse repository at this point
Copy the full SHA f2c49ffView commit details