Hi Wing Yew,
Thanks for the pointer to the PR. That's what I was looking for.
I will watch #1508 and #1029 and let's continue discussing on Github.
Best,
Tianyi
On Tue, Dec 15, 2020 at 3:44 AM Wing Yew Poon
wrote:
> Hi Tianyi,
> The behavior you found is indeed the current behavior in Iceberg.
Hi Tianyi,
The behavior you found is indeed the current behavior in Iceberg. I too
found it unexpected. I have a PR to address this:
https://github.com/apache/iceberg/pull/1508. Due to other work, I had not
followed up on this for a while, but I am returning to it now.
- Wing Yew
On Mon, Dec 14,
Hi,
I have a question regarding the behavior of schema evolution with
time-travel in Iceberg.
When I do a time-travel query against a table with schema changes.
I expect that the result is structured using the schema. But it turned out
to be structured using the current schema.
Is this an expecte