[BUG]: Retrieving the Python DataFrame from a SlicedMessageMeta
ignores the start/stop
#2018
Open
2 tasks done
Labels
bug
Something isn't working
Version
24.10
Which installation method(s) does this occur on?
Conda
Describe the bug.
This was found while investigating #2002
The issue is that while the TableInfo held by
SlicedMessageMeta
correctly reflects the start and stop values, attempting to call:Will return the entire DataFrame. Fix would likely require
SlicedMessageMeta
to apply a sliced to the python object. Once this is fixed, we should avoid the work-around introduced in PR #2015 in theDeserializeStage
Minimum reproducible example
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: