You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2017/12/13 22:46:39 UTC

[beam] annotated tag v1.9.0 created (now 40b1947)

This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a change to annotated tag v1.9.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 40b1947  (tag)
 tagging c5d5fe17b34c543a78bb309b83010e89bd884f6b (commit)
 replaces v1.8.0
      by Dan Halperin
      on Mon Jan 9 11:58:08 2017 -0800

- Log -----------------------------------------------------------------
Dataflow SDK for Java, version 1.9.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABAgAGBQJYc+taAAoJEGrhtLGEXmaJVfcH/RvDaQVPoma6c6s+P+W+DfgE
cMVEA5V9N9H/iv6onagAFPVoKRMC8p467AV6p/wr3ceCsaY2VsAx8/ENN+bq4AzC
yJxcUnKy6aJOdF+0M9+6oStbqvo+oDl7EfPJ0qmKfrcPOzLvI2DYOs9q9IP1BgqY
/rEK93XMCIBtNUhpGmedJeMI4Ao37f+wFtjaVsnLCJMEizbo8iKNvpPwS7cfWzf6
Fyyzgew3nQkLoIFT4losFFfra63ioKWnPWJKxQfuNJjVkFSITynX0ChuNQJDxltJ
aeVW6bCw6yTdPSsZ+4uZjcDErt5+hRf3W0bzIzv48dxVtaI6oH9u3I/0Z9r8ltA=
=7gCL
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 0ea7136  Backport DisplayDataEvaluator#getDefaultOptions()
     new 3edf047  Handle anonymous classes in DataflowUnboundedReadFromBoundedSource.getKind()
     new 0786791  Backport PipelineOptions display data array values
     new 073519f  BigQueryIO: rename testBigQueryServices to bigQueryServices
     new ed51e7f  BigQueryIO: use getTableWithDefaultProject() to reduce duplicated code
     new 57ffaba  BigQueryIO: port trivial fixes from Beam version.
     new 7e31709  Use encoded Elements in the DirectPipelineRunner
     new d05ac79  Version management
     new 59d546b  Merge pull request #463 from dhalperi/start-1.9.0
     new e524c32  fixup! Remove extra line
     new c6256df  fixup! Add missing populateDisplayData to Combine.GroupedValue
     new f273821  Merge pull request #460 from swegner/backport-displaydata
     new 79feb48  Merge pull request #462 from peihe/bq-cleanup
     new da5fc7f  BigQueryServicesImpl: fix the typo of the backoff constant.
     new b006419  Merge pull request #465 from peihe/bq-cleanup
     new f5e0bad  Reduce the read time in BoundedReadFromUnboundedSourceTest
     new f510e04  Merge pull request #439 from tgroh/use_encoded_direct_elements
     new 2e65b43  Alpha subcommand is deprecated use beta
     new 4d73051  Merge pull request #467 from ravwojdyla/update_subcommand
     new c8a648b  Backport Apache Beam PR #1109
     new 25c470f  Merge pull request #469 from lukecwik/backport_1109
     new 173c70d  Update checkstyle version to match apache/beam-incubating
     new 13f6aa6  Add checkstyle RedundantModifier check and fix offending classes
     new f303b2a  Merge pull request #471 from swegner/checkstyle-redundant
     new c003101  Update google-api-services-dataflow version to v1b3-rev42-1.22.0
     new 7fb9ad1  Merge pull request #472 from peihe/update-api-version
     new ada0159  Add serviceAccount option
     new 9bbba9e  Merge pull request #474 from sammcveety/sgmc/service_account
     new 3d603f1  Use a NavigableSet Instead of a PriorityQueue in WatermarkManager
     new 20e9362  Merge pull request #475 from tgroh/backport_1202
     new 94b22cb  Makes UnionCoder public
     new 1becf6e  Merge pull request #477 from jkff/patch-1
     new 15b5939  Upgrade google-api-services-dataflow to v1b3-rev43-1.22.0
     new 851dc06  Merge pull request #478 from peihe/update-api-version
     new 0f67061  Add SortValues
     new 9e27591  Response to PR comments from davorbonaci@
     new 5b8e5f8  Update maven compiler plugin to 3.1 to match sdk.
     new 3e65582  Merge pull request #480 from rangadi/mvn_compile
     new 1b7954e  Merge pull request #479 from mizitch/backport-sortvalues
     new b404763  Backport Apache Beam PR #1322
     new 6706611  Merge pull request #481 from lukecwik/backport1322
     new fdbb51f  FileBasedSink removes temp files from successful bundles
     new 9c3af6e  Merge pull request #484 from jkff/file-based-sink
     new 5305b35  Use a retrying Dataflow Client for DataflowPipelineJob
     new 967e4cc  Merge pull request #489 from dpmills/dataflow-client
     new 7100ddb  Suppress spurious rebuilds due to missing package-info.class
     new 6d580cb  KafkaIO should return one split for each of partition.
     new cdd5f5f  Based on Thomas comment. DirectPipelineRunner does not call getInitialSplits(). Rather than forcing single split through a special config, force it when it invoked from within KafkaIO itself.
     new 4805db9  Merge pull request #490 from kennknowles/pkginfo
     new 75eb794  Improve ReduceFnRunner prefetching
     new 1531683  Simplify diff by handling single split & split per partition cases existing code.
     new 40ff148  Merge pull request #493 from scwhittle/reduce_fn_prefetching
     new 10e9a08  review comments. Remove special handling of single partition in generateInitialSplits.
     new 1485c4d  fix indentation
     new 668a3e2  fix unused import
     new 3a6dde7  Only increase counters in LateDroppingDoFnRunner once, even if iterated multiple times.
     new 9b96b97  Improve LateDataDroppingDoFnRunner to include reiteration.
     new 3a33f87  Merge pull request #498 from scwhittle/fix_late_counter
     new 678fb7a  DataflowPipelineRunner: preparation for 1.8.1 release
     new 4e8f101  Merge pull request #491 from rangadi/splits
     new 8a7f299  Add saveProfilesToGcs option; deprecate enableProfilingAgent (#497)
     new 7053cf5  checkstyle: improve Javadoc checking
     new 66f664c  Kafka contrib: checkstyle fixes
     new 2dd04b0  Backport ValueProvider from [BEAM-551] (#492)
     new c737a68  Backport TextIO ValueProvider changes [BEAM-551] (#499)
     new f1a1d07  Merge pull request #502 from dhalperi/checkstyle-javadoc
     new 61709c6  Templated jobs should use custom IO for BigQuery (#496)
     new f6b287f  Backport apache/incubator-beam#1238 (#500)
     new bdbe05e  PubsubIO: support ValueProvider for read and write
     new e4e0e66  DataflowRunner: add support for Dataflow-PubSubIO with ValueProviders
     new 2d17f3a  BigQueryIO support for ValueProvider
     new 929ac38  Fail to split in FileBasedSource if filePattern expands to empty. (#509)
     new 68b4f5c  Allow empty string value for ValueProvider types. (#506)
     new a9145ca  Fix handling of streaming BQ table
     new 13259dd  BigQueryIO: Fix error when project is not provided (#512)
     new 8981893  Some minor changes and fixes for sorter module (#508)
     new 24b403e  Remove outdated autoscaling language (#513)
     new 31426ad  Regression test for pull/511 (#514)
     new 0623407  Version management: prep for 1.9.0 release
     new debf9dc  Merge pull request #515 from dhalperi/containers-190
     new 2c9bbcc  View: javadoc fixes to asMap
     new f81a0f9  Merge pull request #516 from dhalperi/javadoc-fixes
     new d891767  Update version range dependency to exclude 2.0.0-betaX versions (#528)
     new c5d5fe1  Merge pull request #529 from davorbonaci/cherrypick

The 84 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].