1. 3bd56de Merge pull request #15466: [BEAM-12850] Calcite drops empty Calc now by Andrew Pilloud · 2 years, 8 months ago
  2. 15abcf3 Merge pull request #15454 from ihji/BEAM-12838 by Heejong Lee · 2 years, 8 months ago
  3. a1474fd fix formatting by Heejong Lee · 2 years, 8 months ago
  4. 9bfbd74 update by Heejong Lee · 2 years, 8 months ago
  5. 15edc40 [BEAM-12852] Revert BigTable changes, just cast to bigint by Andrew Pilloud · 2 years, 8 months ago
  6. a853a11 [BEAM-12853] VALUES produces a UNION, window can't be set afterwards by Andrew Pilloud · 2 years, 8 months ago
  7. 90c1e48 [BEAM-12850] Calcite drops empty Calc now by Andrew Pilloud · 2 years, 8 months ago
  8. 823ab5a [BEAM-3385] SerializableCoder should document types need to implement equals and hashCode correctly by Lukasz Cwik · 2 years, 8 months ago
  9. 3fe037d [BEAM-12828, BEAM-11310, BEAM-12048, BEAM-12050, BEAM-12822] Convert UseTestStream tests to use Long instead of Integer by Lukasz Cwik · 2 years, 8 months ago
  10. bccc5ea [BEAM-11023] Increase memory in SS Validates runner tests to avoid OOM in beam coders by Etienne Chauchot · 2 years, 9 months ago
  11. 5a40505 [BEAM-12153] implement GroupByKey with CombinePerKey with Concatenate CombineFn by Etienne Chauchot · 2 years, 10 months ago
  12. ee1e95b Added GroupBy row in Aggregation table. by WinsonT · 2 years, 8 months ago
  13. 2876485 [BEAM-12708] Bump arrow-memory-netty by masahitojp · 2 years, 8 months ago
  14. bcb56b7 Merge pull request #14927 from [BEAM-12400] MongoDBIO support for update within documents by pareshsarafmdb · 2 years, 8 months ago
  15. 1455c54 [BEAM-12769] Adds support for expanding a Java cross-language transform using the class name and builder methods (#15343) by Chamikara Jayalath · 2 years, 8 months ago
  16. fd489d8 [BEAM-3385] wrap up equals() and hashCode() methods into links by Aydar Zaynutdinov · 2 years, 8 months ago
  17. 9952e21 add test by Heejong Lee · 2 years, 8 months ago
  18. c2315a6 separate into resolveArtifacts method by Heejong Lee · 2 years, 8 months ago
  19. 5bf7dcb Disable Kafka perf tests. by Valentyn Tymofieiev · 2 years, 8 months ago
  20. 559fbc3 Update runners/flink/job-server/flink_job_server.gradle by Ke Wu · 2 years, 8 months ago
  21. 14799b3 [BEAM-3385] Changes regarding spotlessApply task by Aydar Zaynutdinov · 2 years, 8 months ago
  22. e0c84e1 [BEAM-3385] Add requires about `equals()` and `hashMethod()` to SerializableCoder's javadoc by Aydar Zaynutdinov · 2 years, 8 months ago
  23. c4e0b4a Merge pull request #14856: [BEAM-11873] Add support for writes with returning values in JdbcIO by Alexey Romanenko · 2 years, 8 months ago
  24. 7213747 Apply SpotlessJava by Ke Wu · 2 years, 8 months ago
  25. 1700099 Merge pull request #15244: [BEAM-12680] Calcite SqlTransform no longer experimental by Andrew Pilloud · 2 years, 8 months ago
  26. de96d57 Apply SpotlessJava by Ke Wu · 2 years, 8 months ago
  27. fed8fac [BEAM-12828] Convert UseTestStream tests to use Long instead of Integer by Ke Wu · 2 years, 8 months ago
  28. 7395188 [BEAM-12838] Update artifact local path for DataflowRunner Java by Heejong Lee · 2 years, 8 months ago
  29. 2b4aaa0 [BEAM-12823] TestStream Support in Samza Portable Runner (#15421) by Ke Wu · 2 years, 8 months ago
  30. b1ebb1c [BEAM-12680] Calcite SqlTransform no longer experimental by Andrew Pilloud · 2 years, 9 months ago
  31. cff331b Merge pull request #14729: [BEAM-9379] Update calcite to 1.26 by Andrew Pilloud · 2 years, 8 months ago
  32. bb4ba7c Merge pull request #15453 from angoenka/website-2.32 by Ankur · 2 years, 8 months ago
  33. dc04bfc fixing release date by Ankur · 2 years, 8 months ago
  34. 965154a Fix default time types by Andrew Pilloud · 2 years, 8 months ago
  35. 2b43c32 No tpcds dependency by Andrew Pilloud · 3 years ago
  36. c520eff Update CreateFunction by Andrew Pilloud · 2 years, 8 months ago
  37. 6f4333b Make it functional by Andrew Pilloud · 2 years, 8 months ago
  38. 4c00192 partitionKey everywhere by Andrew Pilloud · 2 years, 8 months ago
  39. 4a8a651 Fix BeamMatchRel copy by Andrew Pilloud · 2 years, 8 months ago
  40. 41fa6fd Up spotbug stack size by Andrew Pilloud · 2 years, 8 months ago
  41. 85aae76 Update CHANGES.md by Andrew Pilloud · 2 years, 8 months ago
  42. 6411537 SqlLine is rotting, Just CAST types for now by Andrew Pilloud · 2 years, 8 months ago
  43. bd9fc41 Disable nested bytes tests, sorry! by Andrew Pilloud · 2 years, 8 months ago
  44. 6c5c04b Workaround CALCITE-4759 in JoinPushThroughJoinRule by Andrew Pilloud · 2 years, 8 months ago
  45. cfcde44 Fix Bigtable tests that depend on SQL types by Andrew Pilloud · 2 years, 9 months ago
  46. 841ef2c Fix ZetaSQL window function mapping by Andrew Pilloud · 2 years, 9 months ago
  47. a4a6fac [BEAM-9379] Update UDF NULL type mismatch test since there is stricter typechecking in Calcite 1.24+. by Kyle Weaver · 2 years, 11 months ago
  48. b542de1 [BEAM-9379] Use byte[] instead of ByteString for (VAR)BINARY in UDFs. by Kyle Weaver · 2 years, 11 months ago
  49. 410b454 Remap IN to Search by Andrew Pilloud · 3 years ago
  50. bea14a6 [BEAM-9190] Update BeamBigQuerySqlDialect by Andrew Pilloud · 3 years ago
  51. 81dd514 Fix BeamIOPushDown by Andrew Pilloud · 3 years ago
  52. 098218b Handle BeamRelNode in RelSubset by Andrew Pilloud · 3 years ago
  53. b4e163c Fix DDL by Andrew Pilloud · 3 years ago
  54. 82d43a8 Fix flattened rows by Andrew Pilloud · 3 years ago
  55. 3a3dd5b [BEAM-9379] Update to vendored Calcite to 1.26.0 by Niels Basjes · 3 years, 8 months ago
  56. aca8816 s/org.apache.beam.vendor.calcite.v1_20_0/org.apache.beam.vendor.calcite.v1_26_0/g by Andrew Pilloud · 3 years ago
  57. 3a7b8e7 [BEAM-12767] Add another unit test for PipelineOptions deserialization by Lukasz Cwik · 2 years, 8 months ago
  58. 4369e3a [BEAM-11873] Add support for writes with returning values in JdbcIO by Aydar Zaynutdinov · 2 years, 8 months ago
  59. 20a4cc0 Fix broken 'differences from pandas' link by Elias Djurfeldt · 2 years, 8 months ago
  60. 7f34d13 Merge pull request #15437: [Website] Remove a template line on Beam 2.32.0 blog post page by Alexey Romanenko · 2 years, 8 months ago
  61. 3eaa041 Merge pull request #15448 from KevinGG/screenshot by Ning Kang · 2 years, 8 months ago
  62. 492d37d Updated Linux golden screenshots for notebook integration tests. by KevinGG · 2 years, 8 months ago
  63. 7acadb6 [BEAM-10708] Support streaming cache in beam_sql magic by KevinGG · 2 years, 8 months ago
  64. 474a41e [BEAM-12767] Add another unit test for PipelineOptions deserialization by Steve Niemitz · 2 years, 8 months ago
  65. 9a237ce [BEAM-12767] Fix handling display data in pipeline serialization by Lukasz Cwik · 2 years, 8 months ago
  66. 1a15fda [BEAM-12767] Fix handling display data in pipeline serialization by Steve Niemitz · 2 years, 8 months ago
  67. 25eaf1c Remove a template line by Alexey Romanenko · 2 years, 8 months ago
  68. 0ba9305 [BEAM-12751] Fix apiclient_test unittest not to fail with no credentials #15435 by tvalentyn · 2 years, 8 months ago
  69. cfc94ee [BEAM-10913] - Adding new Grafana dashboard to monitor GAs post-commit tests status (#15390) by Fernando Morales · 2 years, 8 months ago
  70. 68d4959 Fix apiclient_test unittest not to fail with no credentials by Minbo Bae · 2 years, 8 months ago
  71. bf5260bf Add per-batch metrics to JdbcIO.write (#15429) by Pablo · 2 years, 8 months ago
  72. ff70e74 Merge pull request #15326 from emilymye/importsync by emily · 2 years, 8 months ago
  73. a36e332 Merge pull request #15413: Fix typo in BigQuery documentation by Udi Meiri · 2 years, 8 months ago
  74. 0592083 [BEAM-12767] Improve PipelineOption parsing UX by Lukasz Cwik · 2 years, 8 months ago
  75. 1227339 Allow google-auth < 3 #15346 by tvalentyn · 2 years, 8 months ago
  76. 3337301 Merge pull request #15354: [BEAM-12776] Change closing to happen in background in parallel for multiple windows by Chamikara Jayalath · 2 years, 8 months ago
  77. dd7945f Merge pull request #15423 from angoenka/fix-release-notes by Udi Meiri · 2 years, 8 months ago
  78. 75ea7ea Merge pull request #15420 from [BEAM-11994] Instantiate a new ServiceCallMetric before each request to avoid concurrent modification exception by Pablo · 2 years, 8 months ago
  79. b22523a add python spark example in documentation (#15426) by comet · 2 years, 8 months ago
  80. a328d0e [BEAM-12802] Refactor DataStreamsDecoder so that it becomes aware of the ByteString iterator and in the future will be able to answer whether there is data available or do we need to fetch more data. by Lukasz Cwik · 2 years, 8 months ago
  81. 16224d3 [BEAM-12767] Improve PipelineOption parsing UX by Steve Niemitz · 2 years, 8 months ago
  82. bd3649e Merge pull request #15007 from [BEAM-12428] Implement TokenCredentialSerializer in AzureModule.java by Thomas Li Fredriksen · 2 years, 8 months ago
  83. 5a627eb Merge pull request #15368 from KevinGG/sql by Ning Kang · 2 years, 8 months ago
  84. c3dd07d Merge pull request #15143 from apilloud/guide by Ankur · 2 years, 8 months ago
  85. c73ec81 Remove duplicate 2.33.0 section by Ankur · 2 years, 8 months ago
  86. 637ad65 Merge pull request #15401 from angoenka/blogpost-2.32.0 by Ankur · 2 years, 8 months ago
  87. 3b7cb10 [BEAM-10708] Added beam_sql magics by KevinGG · 2 years, 8 months ago
  88. 3314fe9 [BEAM-11994] Instantiate a new ServiceCallMetric before each request to avoid concurrent modification exception by Alex Amato · 2 years, 8 months ago
  89. 357c9a3 Merge pull request #15419 from ibzib/BEAM-12820 by Kyle Weaver · 2 years, 8 months ago
  90. d8e6d47 [BEAM-12820] Fix null check error by Kyle Weaver · 2 years, 8 months ago
  91. 8c6ade2 Merge pull request #15406 from ibzib/combine-rollback by Ankur · 2 years, 8 months ago
  92. e373d92 [BEAM-11097] Refactor Side Input opening to abstract away from ParDo node (#15398) by Jack McCluskey · 2 years, 8 months ago
  93. cbb363f [BEAM-12706] Bump Apache Arrow to 5.0.0 by Lukasz Cwik · 2 years, 8 months ago
  94. d09fceb Fix typo in BigQuery documentation by R. Miles McCain · 2 years, 8 months ago
  95. 9694f70 [BEAM-11205] Upgrading the Libraries BOM to v22 by Tomo Suzuki · 2 years, 8 months ago
  96. 2379b73 Clarify additional_bq_parameters argument by Ruwan Lambrichts · 2 years, 8 months ago
  97. 92b9977 [BEAM-12810] Reverting PR-15185 (#15402) by Vachan · 2 years, 8 months ago
  98. 50d8a85 Merge pull request #15361: [BEAM-12270] TPC-DS: Add schema projection for Parquet source by Ismaël Mejía · 2 years, 8 months ago
  99. cbbebcd Merge pull request #15335 from [BEAM-12751] Set clientRequestId for Dataflow python job creation by Pablo · 2 years, 8 months ago
  100. 6baa745 Merge pull request #15404: [GoSDK Infra] Bugfix: Parallelism ignored when using endpoint flag. by Daniel Oliveira · 2 years, 8 months ago