-
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
feat: introduce date
type
#46
base: main
Are you sure you want to change the base?
Conversation
86688a3
to
4f24fa3
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.
LGTM modulo minor nit.
test/Dialect/Substrait/types.mlir
Outdated
%0 = named_table @t1 as ["a"] : tuple<!substrait.date> | ||
yield %0 : tuple<!substrait.date> | ||
} | ||
} |
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.
Nit: final line break.
Consider configuring VS Code to add those line breaks automatically.
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.
Haha thank you! This indeed is the smarter approach.
71c644a
to
63167ef
Compare
63167ef
to
ea450f9
Compare
6cca2f1
to
122a2be
Compare
Implements
date
type and attribute types. Tests again added for types but not for attribute types - waiting on this PR to be merged and then will add those tests to project.mlir test file (similarly to integer, float, string, binary etc. types)!This is a stacked PR, please only review latest commit (4f24fa3)