Skip to content

Conversation

@masahitojp
Copy link
Contributor

bump jackson to 2.12.1

related


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

Post-Commit Tests Status (on master branch)

Lang SDK Dataflow Flink Samza Spark Twister2
Go Build Status --- Build Status --- Build Status ---
Java Build Status Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status Build Status
Build Status
Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
--- Build Status ---
XLang Build Status Build Status Build Status --- Build Status ---

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website Whitespace Typescript
Non-portable Build Status Build Status
Build Status
Build Status
Build Status
Build Status Build Status Build Status Build Status
Portable --- Build Status --- --- --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@codecov
Copy link

codecov bot commented Feb 1, 2021

Codecov Report

Merging #13863 (b472ab2) into master (bf5810a) will increase coverage by 0.02%.
The diff coverage is 94.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #13863      +/-   ##
==========================================
+ Coverage   82.86%   82.88%   +0.02%     
==========================================
  Files         466      466              
  Lines       57596    57617      +21     
==========================================
+ Hits        47729    47758      +29     
+ Misses       9867     9859       -8     
Impacted Files Coverage Δ
...nners/portability/fn_api_runner/worker_handlers.py 80.00% <ø> (ø)
...ache_beam/runners/portability/local_job_service.py 80.53% <33.33%> (-0.64%) ⬇️
sdks/python/apache_beam/coders/coder_impl.py 95.38% <100.00%> (+0.13%) ⬆️
...ks/python/apache_beam/coders/coders_test_common.py 98.52% <100.00%> (+0.01%) ⬆️
...python/apache_beam/runners/direct/direct_runner.py 93.94% <100.00%> (+0.09%) ⬆️
...apache_beam/runners/portability/portable_runner.py 76.30% <100.00%> (+1.75%) ⬆️
...thon/apache_beam/runners/worker/sdk_worker_main.py 78.18% <100.00%> (+2.25%) ⬆️
sdks/python/apache_beam/utils/interactive_utils.py 88.09% <0.00%> (-7.15%) ⬇️
.../python/apache_beam/testing/test_stream_service.py 88.63% <0.00%> (-4.55%) ⬇️
...hon/apache_beam/runners/direct/test_stream_impl.py 91.91% <0.00%> (-4.42%) ⬇️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf5810a...b472ab2. Read the comment docs.

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run Java PreCommit

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run Python_PVR_Flink PreCommit

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run Python PreCommit

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run Java_Examples_Dataflow PreCommit

1 similar comment
@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run Java_Examples_Dataflow PreCommit

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run PythonLint PreCommit

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run SQL PreCommit

1 similar comment
@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run SQL PreCommit

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run SQL_Java11 PreCommit

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run SQL PreCommit

@iemejia
Copy link
Member

iemejia commented Feb 2, 2021

Run Python_PVR_Flink PreCommit

masahitojp and others added 17 commits February 3, 2021 21:35
It does not pass internal compliance tests because nulls are not propagated correctly.
…options to direct runner

* propagate pipeline options to direct runner

* delay new import

* fix import reference

* format fix

* remove mypy comment

* fix import order error

* only serialize known args

* fix snippets tests

Co-authored-by: John Doe <john@doe.org>
Refactored out common test values for coders that handle multiple types.
Explicitly list bool as a supported deterministic type.
…apache#13851)

* Add integration test for pack_combiners

* Add comments
…13837)

* Renamed settings.gradle to settings.gradle.kts

* Migrated settings.gradle file to Kotlin script.
…skipping optimizations

* Enable optimizations in PortableRunner

* Fix test

* Don't fuse stages for PortableRunner

* Remove pack_combiners

* Fix skiptest

* Fix failing tests
@masahitojp
Copy link
Contributor Author

Run Java PreCommit

@masahitojp masahitojp closed this Feb 4, 2021
@masahitojp masahitojp deleted the beam-11595 branch February 4, 2021 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.