kz930 commented on PR #8514:
URL: https://github.com/apache/texera/pull/8514#issuecomment-5737065510

   Normalized at runtime now. Every reader takes the window through 
`windowOffset` and `windowLimit` on `ScanSourceOpDesc`, which clamp at zero, so 
a value that arrived through the API or in an imported file reads the same on 
both sides. The native readers behave exactly as before, since `drop(-1)` and 
`drop(0)` both keep every row and `take(-1)` and `take(0)` both keep none. 
Three cases cover it: two deserialize a negative through the same mapper a 
saved workflow goes through, and one runs the CSV executor over a file carrying 
one.


-- 
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]

Reply via email to