Shuang
Shuang
Merge to main(v060) and branch-0.5(v053) and branch-0.4(v0.4.4)
Merge to branch: branch-tez-support
cc @wangshengjie123
> In which scenarios will the Batch corresponding to the PushDataRequest with HARD_SPLIT response be appended to the PartitionLocation datafile? @RexXiong Tracking of hardsplit batch can be safely disabled when...
@FMX @wangshengjie123 Could you help to review this?
> Hi @RexXiong > > If no more comments, can we merge it? thanks Thanks for the reminder. Merge to main(v0.6.0)
After a deep check Flink's implementation, I found that the header/data written by Flink is in big-endian format, while the header written by Spark using Platform(Unsafe) may be in little-endian...
> it might be costly for sorting shuffle_id and application_id listing API, cc @AngersZhuuuu Perhaps we could add an option to choose between sorted and unsorted results?
> > @buska88 It would be better to check the validity of a shuffle Id after you get it instead of using a shuffle ID that marked as invalid. >...
Thanks @buska88 Merge to main(v0.6.0) and also backport to branch-0.5(v0.5.5)