marchpure
marchpure
### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce any user interface change? - No - Yes. (please explain the...
### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce any user interface change? - No - Yes. (please explain the...
### Why is this PR needed? Due to the failure to obtain aksk, create table operation failed. ### What changes were proposed in this PR? Change "session.sparkContext.hadoopConfiguration" to "session.sessionState.newHadoopConf()" ###...
### Why is this PR needed? Currently, we will modify tablestatus file for serveral times in the update flow. In total 4 tablestauts write ops destoy the Atomicity to a...
### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce any user interface change? - No - Yes. (please explain the...
### Why is this PR needed? Currently, getBlockId and getShortBlockId functions are too complex and unreadable, which can be more simpler and readable. ### What changes were proposed in this...
### Why is this PR needed? There is no TPC-DS TestCases in the current source code. It is difficult to debug TPC-DS on small dataset. Also, TPC-DS TestCase would help...
### Why is this PR needed? Currently, Cleaning temp index files in the mergeindex flow takes a lot of time, sometimes it will take 2~3 mins, which should be optimized...