[core]decrease the size of FileIo serialization #3348
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Improvement: decrease the size of Fileio serialization
related #3342
Hive
Hive job configuration contain large num of redundant hadoop & hive config.
We don't need all of this .After retrieve paimon config from hive job configuration, we can retrieve the hadoop config from HadoopUtil. related code
HadoopUtil
There is many redundant default hadoop configs passed into the serilizarion config of Fileio after this in hadoop env
we can set that the Hadoop Configuration don't pass default value
There may lead a compatibility issue, as users may not overridden the default values for certain critical configurations , shall we add a config
Tests
API and Format
Documentation