[GitHub] [incubator-uniffle] leixm commented on issue #239: [Problem] RssUtils#transIndexDataToSegments should consider the length of the data file

2022-10-20 Thread GitBox
leixm commented on issue #239: URL: https://github.com/apache/incubator-uniffle/issues/239#issuecomment-1286426690 > When we encounter EOFException, we have read some index data, we can return the data that we have read. DataSkippableReadHandler#readShuffleData return

[GitHub] [incubator-uniffle] jerqi commented on issue #239: [Problem] RssUtils#transIndexDataToSegments should consider the length of the data file

2022-10-20 Thread GitBox
jerqi commented on issue #239: URL: https://github.com/apache/incubator-uniffle/issues/239#issuecomment-1286420832 When we encounter EOFException, we have read some index data, we can return the data that we have read. -- This is an automated message from the Apache Git Service. To

[RESULT][VOTE]. Release Apache Uniffle (incubating) 0.6.0 rc2

2022-10-20 Thread roryqi
Hi all Thanks for reviewing and voting for Apache Uniffle (incubating) 0.6.0 rc2, I am happy to announce the release voting has passed with 3binding votes, no +0 or -1 votes. Binding votes are from IPMC -- Jerry Shao -- Jean-Baptiste Onofré -- Xun Liu The voting thread is

[GitHub] [incubator-uniffle] jerqi commented on issue #239: [Problem] RssUtils#transIndexDataToSegments should consider the length of the data file

2022-10-20 Thread GitBox
jerqi commented on issue #239: URL: https://github.com/apache/incubator-uniffle/issues/239#issuecomment-1286395993 > > > You are right, we need to know how much data can be read before HdfsFileReader#read, and then read the corresponding data through HdfsFileReader#read, but how much data

[GitHub] [incubator-uniffle] leixm commented on issue #239: [Problem] RssUtils#transIndexDataToSegments should consider the length of the data file

2022-10-20 Thread GitBox
leixm commented on issue #239: URL: https://github.com/apache/incubator-uniffle/issues/239#issuecomment-1286386630 > > You are right, we need to know how much data can be read before HdfsFileReader#read, and then read the corresponding data through HdfsFileReader#read, but how much data