You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the detailed report! This issue is fixed in #1112, as well as in the new version of regular-table which is being implemented as the newest version of datagrid. Will keep this issue open until those fixes are merged.
Bug Report
Steps to Reproduce:
.arrow
file bypyarrow RecordBatchFileReader
perspective Table
from the filePerspectiveManager
perspectiveViewer.load(websocket.open_table("table_name"))
in browserDatagrid
Expected Result:
Changing perspective-viewer plugin to
Datagrid
Actual Result:
I get this error from server side:
Another plugins, including
Hypergrid
, work as expectedOn node.js server with the same data file all works as expected
Client's message from websocket pipe that cause the error:
and answer of server is:
Should
end_row
in client's message be integer rather than float?Environment:
Windows 10.0.18363
python 3.7.8
perspective-python 0.5.1
Schema of my arrow file:
The text was updated successfully, but these errors were encountered: