Files
regorus/tests
Anand Krishnamoorthi ef549a6528 fix: Merge data to init document (#293)
Init document is the aggregated data documen that the user has
specified using multiple `add_data` calls. Each query evaluation
starts of by initializing the current data to the init document.

Previously `add_data` was incorrectly added to the current document,
causing the added data to be lost if the addition happened after query
evaluation.

With this fix, scenarios where data addition may be interspersed with
query evaluation calls are supported.

Also provide a get_data method to obtain the (init) data document.

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-08-07 11:39:23 -07:00
..
2024-02-19 19:10:13 -08:00
2024-05-13 06:42:35 -07:00
2024-01-19 14:51:14 -08:00
2024-05-13 06:42:35 -07:00
2024-05-13 06:42:35 -07:00
2024-02-09 23:36:16 -08:00
2024-07-28 11:46:07 +05:30