Skip to content

ChronicleClient.replace_data_table_rows possibly writes only the last chunk of rows #117

@nazarii-plebanskyi-rf

Description

@nazarii-plebanskyi-rf

Hello, it seems like ChronicleClient.replace_data_table_rows method might write only the last chunk of rows.

It calls dataTableRows:bulkReplace method for each chunk of rows and each call replaces already existing rows (as per documentation).
So, eventually only the last chunk of rows exists in the data table.

NOTE: I haven't tested the function, it's just something I noticed in the implementation.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions