-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[python/hotfix] fix bucket num calculation #7192
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
Conversation
| return s | ||
|
|
||
|
|
||
| def _to_binary_row_bytes(type_names: List[str], values: Tuple[Any, ...]) -> bytes: |
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.
Use GenericRowSerializer?
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.
Use
GenericRowSerializer?
Updated
| ] | ||
|
|
||
| @parameterized.expand([('parquet',), ('orc',), ('avro',)]) | ||
| def test_py_write_read_pk_table_bucket_num_calculate(self, file_format): |
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.
Can you merge this method into test_py_write_read_pk_table?
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.
Can you merge this method into
test_py_write_read_pk_table?
Updated
JingsongLi
left a comment
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.
+1
Purpose
Linked issue: close #xxx
Tests
API and Format
Documentation