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

sivabalan pushed a change to branch release-0.12.2-shadow
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 4d0a27a90eb [HUDI-5347] Cleaned up transient state from 
`ExpressionPayload` making it non-serializable (#7424)
     new e63a2bc189d [HUDI-5372] Fix NPE caused by alter table add column. 
(#7236)
     new 2e358b386d2 [MINOR] Fix Out of Bounds Exception for 
DayBasedCompactionStrategy (#7360)
     new b23ff1e0a19 [HUDI-5353] Close file readers (#7412)

The 3 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.


Summary of changes:
 .../org/apache/hudi/index/HoodieIndexUtils.java    |  3 +-
 .../java/org/apache/hudi/io/HoodieMergeHandle.java |  3 +-
 .../hudi/table/action/commit/BaseMergeHelper.java  | 32 ---------
 .../table/action/commit/HoodieMergeHelper.java     | 27 +++++--
 .../strategy/DayBasedCompactionStrategy.java       |  3 +-
 .../run/strategy/JavaExecutionStrategy.java        | 16 +++--
 .../hudi/table/action/commit/JavaMergeHelper.java  | 13 +++-
 .../MultipleSparkJobExecutionStrategy.java         | 36 +++++-----
 .../strategy/SingleSparkJobExecutionStrategy.java  |  2 -
 .../org/apache/hudi/hadoop/InputSplitUtils.java    | 28 --------
 .../utils/HoodieRealtimeRecordReaderUtils.java     | 27 ++-----
 .../AlterHoodieTableAddColumnsCommand.scala        |  2 +
 .../org/apache/spark/sql/hudi/TestAlterTable.scala | 84 ++++++++++++++++++++++
 .../utilities/HoodieMetadataTableValidator.java    | 31 ++++----
 14 files changed, 174 insertions(+), 133 deletions(-)

Reply via email to