westonpace commented on issue #36754: URL: https://github.com/apache/arrow/issues/36754#issuecomment-1648026045
You are correct. That is the way it currently works. There is a better implementation of this operation in the C++ but it requires that the batch's index is set and the scan node does not currently do this. The new scan work I am adding does and so we should be able to switch when that is ready but I don't know how long that will take. Otherwise someone could probably look into adding the order number in the old scan node if they had time. -- 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]
