This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 632ef26ac8d4 feat(schema): phase 5 - Perform Java Client Core
Migration (#14340)
add 70be2181ab59 refactor: Apply lombok annotations and remove boilerplate
code to hudi-cli (#17523)
No new revisions were added by this update.
Summary of changes:
hudi-cli/pom.xml | 6 +++
.../src/main/java/org/apache/hudi/cli/Table.java | 7 ++-
.../hudi/cli/commands/ArchivedCommitsCommand.java | 5 +--
.../hudi/cli/commands/CompactionCommand.java | 8 ++--
.../apache/hudi/cli/commands/ExportCommand.java | 8 ++--
.../hudi/cli/commands/LockAuditingCommand.java | 50 ++++++----------------
.../apache/hudi/cli/commands/MetadataCommand.java | 28 ++++++------
.../apache/hudi/cli/commands/RepairsCommand.java | 14 +++---
.../org/apache/hudi/cli/commands/SparkMain.java | 34 +++++++--------
.../org/apache/hudi/cli/commands/TableCommand.java | 22 +++++-----
.../apache/hudi/cli/commands/TimelineCommand.java | 9 ++--
.../apache/hudi/cli/utils/InputStreamConsumer.java | 10 ++---
.../hudi/cli/utils/SparkTempViewProvider.java | 16 +++----
.../apache/hudi/cli/integ/ITTestTableCommand.java | 11 +++--
.../cli/testutils/ShellEvaluationResultUtil.java | 13 +++---
15 files changed, 101 insertions(+), 140 deletions(-)