-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-36751][SQL][PYTHON][R] Add bit/octet_length APIs to Scala, Python and R #33992
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
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1df379b
Implement scala/python octet_length
yoda-mon 6df4668
Implement R octet_length
yoda-mon eb2456b
Implement bit-length functions
yoda-mon 3e149fa
Rearange the order of octet_lengh
yoda-mon ff2f031
Disable scalastyle to use non-ascii charactor on tests
yoda-mon 5b9c98b
Insert newline to python docstrings to keep pylint rules
yoda-mon 848f224
add space after comma to pass lint-R
yoda-mon 4edc918
Implement scala/python octet_length
yoda-mon 5370a51
Implement R octet_length
yoda-mon 72c9398
Implement bit-length functions
yoda-mon 761f8b6
Rearange the order of octet_lengh
yoda-mon f7ace95
Disable scalastyle to use non-ascii charactor on tests
yoda-mon 2ed29f5
Insert newline to python docstrings to keep pylint rules
yoda-mon 0858001
add space after comma to pass lint-R
yoda-mon c0ffdce
Merge branch 'add-bit-octet-length' of https://github.com/yoda-mon/sp…
yoda-mon 327d7d5
Delete unnecessary line in the scala test.
yoda-mon 387a92f
Add a short description of the test
yoda-mon 70a1217
Add a short description to docstrings
yoda-mon 3a07337
Move import to the top of the file
yoda-mon 545fbe2
differentiate octet_length and bit_length test name
yoda-mon afa1700
Formatting decstrings
yoda-mon 127da47
differentiate test comments
yoda-mon 41656f4
Add bit/octet length to the api document
yoda-mon 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.