scio icon indicating copy to clipboard operation
scio copied to clipboard

A Scala API for Apache Beam and Google Cloud Dataflow.

Results 213 scio issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from `4.4.17` to `4.4.18` 📜 [GitHub Release Notes](https://github.com/neo4j/neo4j-java-driver/releases/tag/4.4.18) - [Version Diff](https://github.com/neo4j/neo4j-java-driver/compare/4.4.17...4.4.18) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Parquet 0.14 supports setting extra file metadata via ParquetWriter: https://github.com/apache/parquet-java/pull/1241 I added a new `metadata` output param to the scio-parquet Avro/Magnolify/Tensorflow bindings, which matches the naming convention we use in...

``` import com.google.protobuf.Any // if imported, will throw a coder error below case class A(userId: Int) object Job { def main(cmdlineArgs: Array[String]): Unit = { implicitly[com.spotify.scio.coders.Coder[A]] } } ``` Throws:...

## About this PR 📦 Updates * org.apache.beam:beam-runners-direct-java * org.apache.beam:beam-runners-flink-1.17 * org.apache.beam:beam-runners-google-cloud-dataflow-java * org.apache.beam:beam-runners-spark-3 * org.apache.beam:beam-sdks-java-core * org.apache.beam:beam-sdks-java-extensions-avro * org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core * org.apache.beam:beam-sdks-java-extensions-protobuf * org.apache.beam:beam-sdks-java-extensions-sketching * org.apache.beam:beam-sdks-java-extensions-sorter * org.apache.beam:beam-sdks-java-extensions-sql * org.apache.beam:beam-sdks-java-extensions-zetasketch...

When writing to sparkey, `allShards` represents every expected shard even if there is no corresponding data in `shards` for that shard number. `shards.rightOuterJoin(allShards)` (added in https://github.com/spotify/scio/pull/5208) fails when a shard...

## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.18` to `3.2.19` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

## About this PR 📦 Updates [org.scalactic:scalactic](https://github.com/scalatest/scalatest) from `3.2.18` to `3.2.19` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

## About this PR 📦 Updates * [io.circe:circe-core](https://github.com/circe/circe) * [io.circe:circe-generic](https://github.com/circe/circe) * [io.circe:circe-parser](https://github.com/circe/circe) from `0.14.7` to `0.14.8` 📜 [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.8) - [Version Diff](https://github.com/circe/circe/compare/v0.14.7...v0.14.8) ## Usage ✅ **Please merge!** I'll automatically...

## About this PR 📦 Updates [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from `12.6.2.jre11` to `12.6.3.jre11` 📜 [Changelog](https://github.com/Microsoft/mssql-jdbc/blob/master/CHANGELOG.md) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you...

parquet-avro pulls version 1.11.3. This test library should not interfere with default avro version (1.8.2) beam also moved to avro 1.11.3. exclude those