ViggoC commented on issue #762: URL: https://github.com/apache/arrow-java/issues/762#issuecomment-2901151672
Hi @lidavidm, I want to discuss a question before we start implementing it. Do you think it's valid for two adjacent runs to have the same value? e.g. | values | run_ends | |--------|--------| | 1 | 3 | | 1 | 5 | I know it would be better to merge these two runs into | values | run_ends | |--------|--------| | 1 | 5 | But is it allowed to keep it seperately? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
