-
Notifications
You must be signed in to change notification settings - Fork 590
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: OmniSciDB Added fragment_size to table creation #2107
Conversation
86732c1
to
d8a6b4b
Compare
4de36eb
to
0ed3941
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.
can you add a release note
0ed3941
to
b22ce53
Compare
|
Hello @semelianova! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-03-17 02:06:16 UTC |
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.
typing comment, ping on green.
|
can you rebase |
aab10b8
to
f599820
Compare
What do you mean? Comment to pr or something else? |
meaning when the CI is green (as now), pls make a comment |
|
thanks @semelianova |
| @@ -10,6 +10,7 @@ Release Notes | |||
| * :feature:`2126` Add translation rules for isnull() and notnull() for pyspark backend | |||
| * :feature:`2062` Implement read_csv for omniscidb backend | |||
| * :feature:`2060` Add initial support for ibis.random function | |||
| * :support:`2107` Added fragment_size to table creation for OmniSciDB | |||
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.
I am wondering if it should be feature instead of support ...
No description provided.