This is an automated email from the ASF dual-hosted git repository.
vinoyang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 743ef32 [HUDI-871] Add support for Tencent Cloud Object Storage(COS)
(#1855)
add 12ef8c9 [HUDI-708] Add temps show and unit test for TempViewCommand
(#1770)
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/hudi/cli/HoodieCLI.java | 12 ++++
.../apache/hudi/cli/commands/TempViewCommand.java | 45 ++++++++----
.../hudi/cli/utils/SparkTempViewProvider.java | 18 +++++
.../apache/hudi/cli/utils/TempViewProvider.java | 7 +-
.../hudi/cli/commands/TestTempViewCommand.java | 84 ++++++++++++++++++++++
....java => AbstractShellBaseIntegrationTest.java} | 6 +-
.../testutils/AbstractShellIntegrationTest.java | 38 ++--------
7 files changed, 159 insertions(+), 51 deletions(-)
create mode 100644
hudi-cli/src/test/java/org/apache/hudi/cli/commands/TestTempViewCommand.java
copy
hudi-cli/src/test/java/org/apache/hudi/cli/testutils/{AbstractShellIntegrationTest.java
=> AbstractShellBaseIntegrationTest.java} (93%)