-
Notifications
You must be signed in to change notification settings - Fork 996
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
Infer schema of PyArrow table directly #355
Conversation
voonhous
commented
Dec 9, 2019
- Added support to infer schema of PyArrow table directly (All types supported except bool_list_val)
- Removed schema inference with intermediate pandas DataFrame
- Added confluent-kafka support to improve throughput of FeatureRows being pushed into Kafka
- Added a series of optimizations to reduce memory footprint
/retest |
1 similar comment
/retest |
/retest |
e27aabc
to
fcb7e2e
Compare
fcb7e2e
to
023f490
Compare
/retest |
/lgtm |
/approved |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: voonhous, woop The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@voonhous: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |