You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implemented the Table class wrapper, fixes#1486
* Renamed the Java class proxies to be private
This is to avoid potential naming conflicts in the future
* Fixed some issues pointed in PR review
* Resovled the issued raised by the PR reviewers
Got the new agg interface from Ryan and coded against them, however
Ryan's changes haven't landed yet so CI checks are expected to fail
* Changed static agg methods to module level ones
This change is based on feedbacks from devrel. Also to avoid name
shadowing, renamed sum, max, min, count to sum_, max_, min_, count_
* Skipped 3 tests temporarily to make CI happy
* Added return type hints for agg methods
and restored dh-defaults.prop and changed the aj test cases
Works to be done:
The text was updated successfully, but these errors were encountered: