[HUDI-430] Adding InlineFileSystem to support embedding any file format as an InlineFile (#1176)
* Adding InlineFileSystem to support embedding any file format (parquet, hfile, etc). Supports reading the embedded file using respective readers.
This commit is contained in:
committed by
GitHub
parent
04449f33fe
commit
ac73bdcdc3
@@ -183,6 +183,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.hbase</groupId>
|
||||
<artifactId>hbase-client</artifactId>
|
||||
<version>${hbase.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Hoodie - Tests -->
|
||||
|
||||
Reference in New Issue
Block a user