This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from eb5e7ee MINOR_CHECKSTYLE (#3616)
add ea59a7f [HUDI-2080] Move to ubuntu-18.04 for Azure CI (#3409)
No new revisions were added by this update.
Summary of changes:
README.md | 4 +-
azure-pipelines.yml | 2 +-
.../hudi/callback/http/TestCallbackHttpClient.java | 10 +-
.../metrics/datadog/TestDatadogHttpClient.java | 7 +
.../hudi/metrics/datadog/TestDatadogReporter.java | 7 +
.../apache/hudi/functional/TestCOWDataSource.scala | 117 --------------
.../hudi/functional/TestCOWDataSourceStorage.scala | 173 +++++++++++++++++++++
.../apache/hudi/functional/TestMORDataSource.scala | 69 +-------
.../hudi/functional/TestMORDataSourceStorage.scala | 121 ++++++++++++++
9 files changed, 321 insertions(+), 189 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestCOWDataSourceStorage.scala
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSourceStorage.scala