-
Notifications
You must be signed in to change notification settings - Fork 80
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
Hand wrapped KafkaTools, ParquetTools, fixes #1643, #1546, #1892 #1825
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
jmao-denver
commented
Jan 13, 2022
- created stream/kafka package which included the consumer.py and producer.py modules
- added the parquet.py. module
- converted and added docstrings to the new standards
- refitted the existing test code to the new interfaces and added some new cases
jmao-denver
changed the title
Hand wrapped KafkaTools, ParquetTools, fixes #1643
Hand wrapped KafkaTools, ParquetTools, fixes #1643, #1546
Jan 13, 2022
devinrsmith
reviewed
Jan 13, 2022
jcferretti
reviewed
Jan 14, 2022
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 reviewed Kafka and Parquet parts of the diff; can't comment to changes to pre-existing files in pyintegration/deephaven2
chipkent
requested changes
Jan 26, 2022
jmao-denver
force-pushed
the
feature-1643
branch
2 times, most recently
from
January 31, 2022 18:08
64854fa
to
eef89e3
Compare
Fixed some pydocs issues, typehints Updated kafka/producer to reflect recent update to the Java API
1. Turned functions that create instances of Java util types(HashMap /HashSet/Properties/ArrayList) into DType callables in dtypes module 2. Removed the utils modules used to host the above functions
Also add round-trip check in Parquet tests
jmao-denver
changed the title
Hand wrapped KafkaTools, ParquetTools, fixes #1643, #1546
Hand wrapped KafkaTools, ParquetTools, fixes #1643, #1546, #1892
Feb 3, 2022
also cleaned up the docstrings and added a generic wrapper ABC class
jmao-denver
force-pushed
the
feature-1643
branch
from
February 3, 2022 19:06
a26443b
to
f3d89f9
Compare
Ryan has reworded the Java doc in deephaven#1955 to make it more clear
chipkent
requested changes
Feb 11, 2022
Refactored DType to move out functionalities that don't belong to make it more cohesive
chipkent
requested changes
Feb 14, 2022
More pydoc addtion and cleanup More dtypes code cleanup
chipkent
requested changes
Feb 15, 2022
chipkent
approved these changes
Feb 16, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.