sivabalan narayanan created HUDI-1189:
-----------------------------------------
Summary: Change in UserDefinedBulkInsertPartitioner
Key: HUDI-1189
URL: https://issues.apache.org/jira/browse/HUDI-1189
Project: Apache Hudi
Issue Type: Sub-task
Components: Writer Core
Reporter: sivabalan narayanan
With adding support for multiple sort modes, we have renamed the interface for
UserDefinedBulkInsertPartitioner to BulkInsertPartitioner. Also there is an
extra method added in the interface.
/**
* @return \{@code true} if the records within a RDD partition are sorted;
\{@code false} otherwise.
*/
boolean arePartitionRecordsSorted();
--
This message was sent by Atlassian Jira
(v8.3.4#803005)