Unexpected behavior with the Schema - partitioned tables #5114
tavaresgerson
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
Not the expected output. But can you share a solution on how to detect the partitions and ignore/filter them out? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a table that is partitioned (+81 billion rows), but the schema registers all partitions as if they were independent tables, see:
Original schema:
What I didn't expect:
Is this correct?
All reactions