1
0

[HUDI-2045] Support Read Hoodie As DataSource Table For Flink And DeltaStreamer

This commit is contained in:
pengzhiwei
2021-06-21 14:13:25 +08:00
parent 5804ad8e32
commit ffa934182a
14 changed files with 470 additions and 173 deletions

View File

@@ -108,6 +108,10 @@ public abstract class AbstractSyncHoodieClient {
return fs;
}
public boolean isBootstrap() {
return metaClient.getTableConfig().getBootstrapBasePath().isPresent();
}
public void closeQuietly(ResultSet resultSet, Statement stmt) {
try {
if (stmt != null) {