-
Notifications
You must be signed in to change notification settings - Fork 323
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
Removing old functions and tidy up of Table types #3519
Conversation
7e5d948
to
8f1d0a0
Compare
56e359b
to
9be4abd
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.
Probably need to notify CI to add Examples test suite
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.
Looks good to me.
Just as Hubert mentioned, would be good to ping @mwu-tow regarding adding Examples
test suite to the new CI and you should probably add it to the Legacy test suite (since it is the only test suite that is being run for macOS currently) - see scala.yml @ 284
.
- Removed `select` method. - Removed `group` method. - Removed `Aggregate_Table` type. - Removed `Order_Rule` type. - Removed `sort` method from Table. - Expanded comments on `order_by`. - Update comment on `aggregate` on Database. - Update Visualisation to use new APIs. - Updated Data Science examples to use new APIs. - Moved Examples test out of Tests to own test. # Important Notes Need to get Examples_Tests added to CI.
Pull Request Description
select
method.group
method.Aggregate_Table
type.Order_Rule
type.sort
method from Table.order_by
.aggregate
on Database.Important Notes
Need to get Examples_Tests added to CI.
Checklist
Please include the following checklist in your PR:
Scala,
Java,
and
Rust
style guides.
./run ide dist
and./run ide watch
.