Skip to content
代码片段 群组 项目
该项目从 https://github.com/apache/beam.git 镜像。 拉取镜像更新于
  1. 2月 27, 2025
  2. 2月 25, 2025
    • Shunping Huang's avatar
      Bump SLF4J from 1.7.30 to 2.0.16. (#33574) · 42bbc1ed
      Shunping Huang 创作于
      * Update slf4j version
      
      * Remove slf4j from arrow dependency exclusion.
      
      * Fix two test failures due to upgrade slf4j-jdk14 to 2.x
      
      The class path of slf4j has been changed from org/slf4j/impl
      to org/slf4j/jul.
      
      Two failed tests:
      - :runners:google-cloud-dataflow-java:worker:validateShadedJarContainsSlf4jJdk14
      - :runners:google-cloud-dataflow-java:worker:validateShadedJarDoesntLeakNonProjectClasses
      
      * Fixed another four failed tests.
      
      The failed tests  are under
      org.apache.beam.runners.dataflow.worker.HotKeyLoggerTest
      
      * Bump the default spark version from 3.2.2 to 3.5.0.
      
      The previous version has a compile dependency on slf4j 1.x binding, which would no longer
      work with slf4j 2.x.
      
      * Add used but not declared deps for spark 3.5.0
      
      * Temporary modify spark version to 3.x in sparkreceiver.
      
      * Fix failed spark tests.
      
      * A better workaround for Spark 3.2.x
      
      * Take out the add-opens for tests as they were only run in java 8 and 11.
      
      * Mention changes in CHANGES.md
      
      * Update comments
      
      * Move sparkReceiver/2 to sparkreceiver/3 that supports Spark 3.x.
      
      * Minor fix on cdap spark dependency
      42bbc1ed
  3. 2月 22, 2025
  4. 12月 07, 2024
  5. 11月 23, 2024
  6. 10月 29, 2024
  7. 9月 25, 2024
    • Danny McCormick's avatar
      Vllm model handler (#32410) · 97cb452e
      Danny McCormick 创作于
      * Vllm first pass [wip]
      
      * Example for integration tests wip
      
      * Still wip
      
      * Test changes
      
      * Dockerfile improvements
      
      * Remove bad change
      
      * Clean up test args
      
      * clean up invocation
      
      * string fix
      
      * string fix
      
      * clean up
      
      * lint
      
      * Get tests working with 5xx driver
      
      * cleanup
      
      * Fixes, everything is now working
      
      * Batching
      
      * lint
      
      * Feedback + CHANGES.md
      97cb452e
  8. 9月 20, 2024
  9. 9月 17, 2024
    • Jack McCluskey's avatar
      Remove Python 3.8 GitHub Actions Runs (#32429) · bbd09d60
      Jack McCluskey 创作于
      * [WIP] Remove Python 3.8 targets from Actions
      
      * revert changes to 3.9 build.gradle
      
      * More gradle cleanup
      
      * Add posargs
      
      * Update local-env-setup.sh
      
      * Fix default env python version
      
      * More places to update python version refs
      
      * mypy/linting fixes
      
      * yapf
      
      * Update other locations
      
      * update more files
      
      * update standard_external_transforms.yaml
      
      * update test case that fails on 3.8 -> 3.9
      bbd09d60
  10. 6月 27, 2024
  11. 5月 24, 2024
  12. 5月 10, 2024
  13. 5月 02, 2024
  14. 4月 27, 2024
    • Vlado Djerek's avatar
      add terraform for utility cluster. Add name override to gke (#30847) · 28a2682d
      Vlado Djerek 创作于
      * add terraform for utility cluster. Add name override to gke
      
      * remove whitespace
      
      * add strimzi version and fix prefix
      
      * add more explanation on the purpose
      
      * add node_config block for oauth scopes
      
      * move oauth to auto_provisioning_defaults
      
      * move stimzi operator to separate module. Remove utility cluster module and implement as var file
      
      * add beam-utility tfvars file
      
      * Refactor https://github.com/apache/beam/pull/30847
      
      * add name override. add utility vars and backend
      
      * tfbackend file asf licence
      
      * tfbackend file asf licence
      
      * add readme usage
      
      * remove whitespace
      
      * move kafka to 01-strimzi-operator, rename cluster
      
      * remove beam-utility files
      28a2682d
  15. 4月 08, 2024
  16. 3月 07, 2024
    • Yi Hu's avatar
      Fix hdfs integration test (#30458) · 8d7adba2
      Yi Hu 创作于
      * Fix hdfs integration test
      
      debug only
      
      skip yaml test
      
      * Add back azureIntegrationTest get removed when teardown Py37 support
      8d7adba2
  17. 2月 23, 2024
  18. 2月 15, 2024
  19. 2月 03, 2024
  20. 1月 04, 2024
    • Yi Hu's avatar
      Clean up java PreCommit (#29894) · ec3fe314
      Yi Hu 创作于
      * Clean up java PreCommit
      
      * Move SQL tasks to SQL precommit
        for Java11/17 SQL precommit, still run a small group of tasks as before
      
      * Remove kotlin precommit from Java PreCommit
        Duplicate tests already run in Kotlin Example PreCommit
      
      * Arrange and remove duplicate tasks in javaPreCommit
      
      * Add timeout to java-fn-execution
      
      * Add JvmVerification to sql precommit
      
      * Remove jvmverification for :sqlPreCommit
      
      it is done by ":sdks:java:extensions:sql:preCommit" now
      ec3fe314
  21. 12月 26, 2023
  22. 12月 19, 2023
  23. 11月 07, 2023
  24. 10月 24, 2023
    • Damon's avatar
      [RRIO] Define and implement mock quota aware API (#28893) · a07d90ee
      Damon 创作于
      * Implement gRPC service with transcoder
      
      * WIP: defer integration tests for later
      
      * Make service executables
      
      * remove grpc gateway
      
      * Clean up and add messy integration test
      
      * Delete flakey integration tests that depend on Docker
      
      * Generate java proto
      
      * Generate python proto
      
      * Python is too much trouble for now
      
      * Finalize README
      
      * Fix rat and whitespace
      
      * Fix whitespace
      
      * Clean up per PR comments
      
      * Fix gcp logging not capturing severity
      a07d90ee
  25. 10月 21, 2023
  26. 10月 20, 2023
    • Yi Hu's avatar
      Setup Java 21 container (#28918) · e7a64058
      Yi Hu 创作于
      * Setup Java 21 container (#28833)
      
      * Add Java21 container
      
      * fix spotless
      
      * Update website
      
      * Fix jamm
      
      * align configs in recent change
      
      * incremental fixes
      
      * add more comments for when jpms test enabled
      e7a64058
  27. 10月 13, 2023
  28. 10月 12, 2023
  29. 10月 11, 2023
  30. 10月 09, 2023
  31. 9月 22, 2023
  32. 9月 19, 2023
  33. 8月 16, 2023
  34. 8月 10, 2023
    • Celeste Zeng's avatar
      Make all Beam released container images multi-arch. (#27936) · f07fe408
      Celeste Zeng 创作于
      * Add flags to make all containers multi-arch.
      
      * change dockerPush to docker task for other containers.
      
      * update CHANGES.md
      f07fe408
    • Steven van Rossum's avatar
      Add GoogleAdsIO for reading from Google Ads (#27681) · aee0eb78
      Steven van Rossum 创作于
      * Add GoogleAdsIO for reading from Google Ads
      
      * Remove trailing whitespace
      
      * Add link to OAuth2 documentation in the Google Ads API
      
      * Document retry configuration
      
      * Capitalize long literal suffix in documentation
      
      * Make GoogleAdsV14.Read consume customer IDs from a PCollection
      
      * Change non-empty to non-null in test assertions
      
      * Use Long.toString in transform construction example
      
      * Use EnsuresNonNull, RequiresNonNull instead of checkStateNotNull
      
      * Remove default rate limit policy
      
      * Refactor DefaultRateLimitPolicy to SimpleRateLimitPolicy
      
      * Synchronize on ReadAllFn to safely modify static variable sleeper
      
      * Add additional links to clarify API limits, quotas, and policies
      
      * Fix Guava imports
      
      * Update CHANGES.md
      
      * Move change to upcoming release
      aee0eb78
  35. 8月 04, 2023
    • Yi Hu's avatar
      Setup Java Flink runner PreCommit (#27721) · 55414129
      Yi Hu 创作于
      * Setup Java Flink runner PreCommit
      
      * Split Flink 1.13-1.15 tests from main Java PreCommit
      
      * Only run one flink version on main java precommit
      
      * address comments
      
      * set timeout
      
      * address comment
      
      * address comments
      
      * Fix copy-paste
      
      * Disable spotless and checkstyle
      55414129
加载中