kz930 commented on PR #8514: URL: https://github.com/apache/texera/pull/8514#issuecomment-5631434009
@carloea2 a small one, independent of the export series: a file scan's Limit and Offset accepted a negative value, and a negative one is not read the same way twice, `drop(-1)` keeps every row where `iloc[-1:]` keeps the last. Would you take a look when you have a moment? -- 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]
