Assuming commit1 happened before commit2, this is what you should expect when running a standard query through query engines. Balaji.V
On Tuesday, September 29, 2020, 03:04:17 PM PDT, Ranganath Tirumala
<[email protected]> wrote:
Hi,
Is there a way we can query to get the latest record across commits?
e.g.
commit-1
Record-1, Value A
Record-2, Value A
commit-2
Record-1, Value B
Record-3, Value B
desired output
Record-1, Value B
Record-2, Value A
Record-3, Value B
--
Regards,
Ranganath Tirumala
