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