bp #39806
This commit is contained in:
@ -164,6 +164,8 @@ public class PaimonScanNode extends FileQueryScanNode {
|
||||
fileDesc.setDbId(((PaimonExternalTable) source.getTargetTable()).getDbId());
|
||||
fileDesc.setTblId(source.getTargetTable().getId());
|
||||
fileDesc.setLastUpdateTime(source.getTargetTable().getUpdateTime());
|
||||
// The hadoop conf should be same with PaimonExternalCatalog.createCatalog()#getConfiguration()
|
||||
fileDesc.setHadoopConf(source.getCatalog().getCatalogProperty().getHadoopProperties());
|
||||
Optional<DeletionFile> optDeletionFile = paimonSplit.getDeletionFile();
|
||||
if (optDeletionFile.isPresent()) {
|
||||
DeletionFile deletionFile = optDeletionFile.get();
|
||||
|
||||
Reference in New Issue
Block a user