-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New BQSqlFrag.TableRef #120
Conversation
Use view partitionId to assert partition on underlying TableRef, if view is date partitioned.
Nytt forslag. |
…tioning info in query.
c858147
to
df3d64f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff
61a88e1
to
cf41e97
Compare
cf41e97
to
0e75561
Compare
List(fill.tableDef.withTableType(partitionType).assertPartition(partitionRef.partition)) | ||
case (_, _) => List(fill.tableDef.unpartitioned.assertPartition) | ||
} | ||
List(fill.tableDef.unpartitioned.assertPartition) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
denne returneres alltid. Er det det du vil?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some duplicated code, but we can fix that later
Use view partitionId to assert partition on underlying TableRef, if view is date partitioned.