-
Notifications
You must be signed in to change notification settings - Fork 81
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
Transition to python using native python time types instead of Java types #4388
Merged
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
fa56930
Implementing new time conversions.
chipkent aca48d2
Code formatting
chipkent 7473493
Better error handling
chipkent 01af7bc
Support string conversions.
chipkent 47feee4
Added docs strings and removed deprecated methods.
chipkent 6b97b11
Cleanup
chipkent 549d5d7
Docs
chipkent ed8fc42
Cleanup
chipkent d81129b
Unit testing
chipkent 66e199d
Unit testing
chipkent 0ba8839
Unit testing
chipkent 28ddac2
Unit testing
chipkent e94093e
Unit testing
chipkent af454eb
Unit testing
chipkent 76e221f
Unit testing
chipkent 37ceba4
Todos. Docs.
chipkent f5e7659
Todos. Docs.
chipkent 69a78e0
Unit test fixes
chipkent f5640b8
Unit test fixes. Support other methods that accept other time types.
chipkent 86501d3
Addressing review comments
chipkent 1911a14
Addressing review comments
chipkent f285952
Addressing review comments
chipkent 8a42dd3
Addressing review comments
chipkent aee85fa
Addressing review comments
chipkent bf75cc3
Addressing review comments
chipkent 33deae6
Addressing review comments. Support more types.
chipkent 4958636
Addressing review comments. Code format.
chipkent 0aa2a15
Addressing review comments.
chipkent c34817b
Addressing review comments.
chipkent dd79ef6
Addressing review comments.
chipkent 093c1ad
Update py/server/deephaven/time.py
chipkent f5f34eb
Addressing review comments.
chipkent 366b301
Merge remote-tracking branch 'origin/native_py_time' into native_py_time
chipkent 84e74dd
Addressing review comments.
chipkent 9560317
Addressing review comments.
chipkent d8de71f
Addressing review comments.
chipkent e031a1e
Addressing review comments.
chipkent ab8bf4e
Rebase
chipkent 7bd1a91
Addressing review comments.
chipkent 9fad38b
Removed todos
chipkent aedc7b9
Addressing review. Removing unneeded jpy imports.
chipkent 176f668
Addressing review.
chipkent cf56896
Addressing review. Reduce exception depth.
chipkent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
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.
Just a comment, could be a bit simpler: