[ 
https://issues.apache.org/jira/browse/HUDI-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bhavani Sudha updated HUDI-890:
-------------------------------
    Description: 
The following commits are included in this release.
 * #1372 HUDI-652 Decouple HoodieReadClient and AbstractHoodieClient to break 
the inheritance chain
 * #1388 HUDI-681 Remove embeddedTimelineService from HoodieReadClient
 * #1350 HUDI-629: Replace Guava's Hashing with an equivalent in 
NumericUtils.java
 * #1505 [HUDI - 738] Add validation to DeltaStreamer to fail fast when 
filterDupes is enabled on UPSERT mode.
 * #1517 HUDI-799 Use appropriate FS when loading configs
 * #1406 HUDI-713 Fix conversion of Spark array of struct type to Avro schema
 * #1394 HUDI-656[Performance] Return a dummy Spark relation after writing the 
DataFrame
 * #1576 HUDI-850 Avoid unnecessary listings in incremental cleaning mode
 * #1421 HUDI-724 Parallelize getSmallFiles for partitions
 * #1330 HUDI-607 Fix to allow creation/syncing of Hive tables partitioned by 
Date type columns
 * #1413 Add constructor to HoodieROTablePathFilter
 * #1415 HUDI-539 Make ROPathFilter conf member serializable
 * #1578 Add changes for presto mor queries
 * #1506 HUDI-782 Add support of Aliyun object storage service.
 * #1432 HUDI-716 Exception: Not an Avro data file when running 
HoodieCleanClient.runClean
 * #1422 HUDI-400 Check upgrade from old plan to new plan for compaction
 * #1448 [MINOR] Update DOAP with 0.5.2 Release
 * #1466 HUDI-742 Fix Java Math Exception
 * #1416 HUDI-717 Fixed usage of HiveDriver for DDL statements.
 * #1427 HUDI-727: Copy default values of fields if not present when rewriting 
incoming record with new schema
 * #1515 HUDI-795 Handle auto-deleted empty aux folder
 * #1547 [MINOR]: Fix cli docs for DeltaStreamer
 * #1580 HUDI-852 adding check for table name for Append Save mode
 * #1537 [MINOR] fixed building IndexFileFilter with a wrong condition in 
HoodieGlobalBloomIndex class
 * #1434 HUDI-616 Fixed parquet files getting created on local FS
 * #1633 [HUDI-858] Allow multiple operations to be executed within a single 
commit

 * #1634 [HUDI-846][HUDI-848] Enable Incremental cleaning and embedded 
timeline-server by default

 * #1596 [HUDI-863] get decimal properties from derived spark DataType

 * #1602 [HUDI-494] fix incorrect record size estimation

 * #1636 [HUDI-895] Remove unnecessary listing .hoodie folder when using 
timeline server

 * #1584 [HUDI-902] Avoid exception when getSchemaProvider

 * #1612 [HUDI-528] Handle empty commit in incremental pulling

 * #1511 [HUDI-789]Adjust logic of upsert in HDFSParquetImporter

 * #1627 [HUDI-889] Writer supports useJdbc configuration when hive 
synchronization is enabled

  was:
The following commits are included in this release.
 * #1372 [HUDI-652] Decouple HoodieReadClient and AbstractHoodieClient to break 
the inheritance chain
 * #1388 [HUDI-681] Remove embeddedTimelineService from HoodieReadClient
 * #1350 [HUDI-629]: Replace Guava's Hashing with an equivalent in 
NumericUtils.java
 * #1505 [HUDI - 738] Add validation to DeltaStreamer to fail fast when 
filterDupes is enabled on UPSERT mode.
 * #1517 [HUDI-799] Use appropriate FS when loading configs
 * #1406 [HUDI-713] Fix conversion of Spark array of struct type to Avro schema
 * #1394 [HUDI-656][Performance] Return a dummy Spark relation after writing 
the DataFrame
 * #1576 [HUDI-850] Avoid unnecessary listings in incremental cleaning mode
 * #1421 [HUDI-724] Parallelize getSmallFiles for partitions
 * #1330 [HUDI-607] Fix to allow creation/syncing of Hive tables partitioned by 
Date type columns
 * #1413 Add constructor to HoodieROTablePathFilter
 * #1415 [HUDI-539] Make ROPathFilter conf member serializable
 * #1578 Add changes for presto mor queries
 * #1506 [HUDI-782] Add support of Aliyun object storage service.
 * #1432 [HUDI-716] Exception: Not an Avro data file when running 
HoodieCleanClient.runClean
 * #1422 [HUDI-400] Check upgrade from old plan to new plan for compaction
 * #1448 [MINOR] Update DOAP with 0.5.2 Release
 * #1466 [HUDI-742] Fix Java Math Exception
 * #1416 [HUDI-717] Fixed usage of HiveDriver for DDL statements.
 * #1427 [HUDI-727]: Copy default values of fields if not present when 
rewriting incoming record with new schema
 * #1515 [HUDI-795] Handle auto-deleted empty aux folder
 * #1547 [MINOR]: Fix cli docs for DeltaStreamer
 * #1580 [HUDI-852] adding check for table name for Append Save mode
 * #1537 [MINOR] fixed building IndexFileFilter with a wrong condition in 
HoodieGlobalBloomIndex class
 * #1434 [HUDI-616] Fixed parquet files getting created on local FS


> Prepare for 0.5.3 patch release
> -------------------------------
>
>                 Key: HUDI-890
>                 URL: https://issues.apache.org/jira/browse/HUDI-890
>             Project: Apache Hudi (incubating)
>          Issue Type: Task
>            Reporter: Bhavani Sudha
>            Assignee: Bhavani Sudha
>            Priority: Major
>             Fix For: 0.5.3
>
>
> The following commits are included in this release.
>  * #1372 HUDI-652 Decouple HoodieReadClient and AbstractHoodieClient to break 
> the inheritance chain
>  * #1388 HUDI-681 Remove embeddedTimelineService from HoodieReadClient
>  * #1350 HUDI-629: Replace Guava's Hashing with an equivalent in 
> NumericUtils.java
>  * #1505 [HUDI - 738] Add validation to DeltaStreamer to fail fast when 
> filterDupes is enabled on UPSERT mode.
>  * #1517 HUDI-799 Use appropriate FS when loading configs
>  * #1406 HUDI-713 Fix conversion of Spark array of struct type to Avro schema
>  * #1394 HUDI-656[Performance] Return a dummy Spark relation after writing 
> the DataFrame
>  * #1576 HUDI-850 Avoid unnecessary listings in incremental cleaning mode
>  * #1421 HUDI-724 Parallelize getSmallFiles for partitions
>  * #1330 HUDI-607 Fix to allow creation/syncing of Hive tables partitioned by 
> Date type columns
>  * #1413 Add constructor to HoodieROTablePathFilter
>  * #1415 HUDI-539 Make ROPathFilter conf member serializable
>  * #1578 Add changes for presto mor queries
>  * #1506 HUDI-782 Add support of Aliyun object storage service.
>  * #1432 HUDI-716 Exception: Not an Avro data file when running 
> HoodieCleanClient.runClean
>  * #1422 HUDI-400 Check upgrade from old plan to new plan for compaction
>  * #1448 [MINOR] Update DOAP with 0.5.2 Release
>  * #1466 HUDI-742 Fix Java Math Exception
>  * #1416 HUDI-717 Fixed usage of HiveDriver for DDL statements.
>  * #1427 HUDI-727: Copy default values of fields if not present when 
> rewriting incoming record with new schema
>  * #1515 HUDI-795 Handle auto-deleted empty aux folder
>  * #1547 [MINOR]: Fix cli docs for DeltaStreamer
>  * #1580 HUDI-852 adding check for table name for Append Save mode
>  * #1537 [MINOR] fixed building IndexFileFilter with a wrong condition in 
> HoodieGlobalBloomIndex class
>  * #1434 HUDI-616 Fixed parquet files getting created on local FS
>  * #1633 [HUDI-858] Allow multiple operations to be executed within a single 
> commit
>  * #1634 [HUDI-846][HUDI-848] Enable Incremental cleaning and embedded 
> timeline-server by default
>  * #1596 [HUDI-863] get decimal properties from derived spark DataType
>  * #1602 [HUDI-494] fix incorrect record size estimation
>  * #1636 [HUDI-895] Remove unnecessary listing .hoodie folder when using 
> timeline server
>  * #1584 [HUDI-902] Avoid exception when getSchemaProvider
>  * #1612 [HUDI-528] Handle empty commit in incremental pulling
>  * #1511 [HUDI-789]Adjust logic of upsert in HDFSParquetImporter
>  * #1627 [HUDI-889] Writer supports useJdbc configuration when hive 
> synchronization is enabled



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to