Xuannan
Xuannan
## What is the purpose of the change The PR address the two problems that cause CacheITCase to fail randomly. - Cache consumption in stream mode should recompute the result...
## What is the purpose of the change JobMasterPartitionTracker#getClusterPartitionShuffleDescriptors returns future to avoid blocking the main thread. ## Brief change log - JobMasterPartitionTracker#getClusterPartitionShuffleDescriptors returns future to avoid blocking the main...
Currently, if the timestamp field contains corrupted data, the Flink job fails with the message, `RowTime field should not be null, please convert it to a non-null long value`, which...
## What is the purpose of the change This pull request introduces the Variant data structure to represent semi-structured data, a new SQL type variant, and a builtin method to...