[HUDI-554] Cleanup package structure in hudi-client (#1346)
- Just package, class moves and renames with the following intent - `client` now has all the various client classes, that do the transaction management - `func` renamed to `execution` and some helpers moved to `client/utils` - All compaction code under `io` now under `table/compact` - Rollback code under `table/rollback` and in general all code for individual operations under `table` - `exception` `config`, `metrics` left untouched - Moved the tests also accordingly - Fixed some flaky tests
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -215,7 +215,7 @@ License: http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
This product includes code from Apache SystemML.
|
||||
|
||||
* org.apache.hudi.func.LazyIterableIterator adapted from org/apache/sysml/runtime/instructions/spark/data/LazyIterableIterator
|
||||
* org.apache.hudi.client.utils.LazyIterableIterator adapted from org/apache/sysml/runtime/instructions/spark/data/LazyIterableIterator
|
||||
|
||||
Copyright: 2015-2018 The Apache Software Foundation
|
||||
Home page: https://systemml.apache.org/
|
||||
|
||||
Reference in New Issue
Block a user