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
py: properly serialize DataFrames with Timestamp columns (#1846)
* py: properly serialize DataFrames with Timestamp columns
Fixes: #1840
Also does the following things:
* chunk dataframes into smaller groups of 1000 rows per request while
ingesting data
* avoids adding empty dataframes to output buffer
* ignores the index while concatenating output dataframes
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
* py: Testing instructions.
Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>
* py: Encode Pandas timestamps as epoch.
Introduces a new JSON dialect that matches how Pandas encodes timestamp
types as millis since epoch.
Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>
* py: rename dont_serialize to serialize in push_to_pipeline
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
---------
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>
Co-authored-by: Leonid Ryzhyk <leonid@feldera.com>
0 commit comments