Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
versioning #386
versioning #386
Changes from 32 commits
f49e289
9a3d23c
dbc06c9
3862024
044cc74
1b9cc2a
2aa9153
21bf506
c688a43
274008c
63d49da
1977320
5c2574b
9a8e0c2
3741742
5626840
2bb9d0d
713bca4
cc82b87
306287a
906ffd6
40873dc
00f971a
cf09446
b5207b7
fa62205
146ebc6
117e7b4
cb11663
557389a
889841b
27b2857
cf7333c
e77be14
b0f1ee5
6e46ef9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Ok, this answered my question. This needs to be written at the very beginning of the function doc basically.
Also we 100% should have a flag to include the regular fields along with the selected ones.
Especially considering the way we write the docs, people might assume that the selected fields will be added to the original ones. That's how it read to me
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.
Also needs some rewording probably.
Fixing typos:
Alternatively trying to reword it myself:
as_of specificity:
as_of
filters defined inside ofselect()
take complete precedence over theas_of
defined on top of the query.This means that a query:
Will return fields
size
andtrain
as they were as oft2
, andsize_t1
will have size as oft1
.This behavior is kept regardless of whether
t1
came before or aftert2