| commit | c50b99ed0dcac24d3fcbdce8ba013670c1124b13 | [log] [tgz] |
|---|---|---|
| author | John <thespica@qq.com> | Fri Mar 29 15:06:24 2024 +0800 |
| committer | acezen <qiaozi.zwb@alibaba-inc.com> | Wed Apr 03 21:49:42 2024 +0800 |
| tree | 101bacd1fcb53f834cc72f24322c1d9fa3601021 | |
| parent | ba0dc1ae147f9e3156c300dc358697d2939c0cf4 [diff] |
[Spark-refactor] Replace List and Map by UnmodifiableXxx (#411) * Replace List and Map by ImmutableXxx * upgrade java to 11, use unmodifiable map, update package name and license header * remove unexpected change