-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](hive) support find serde info from both tbl properties and serde properties #37043
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
…with 'serialization.format'
|
run buildall |
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
TPC-H: Total hot run time: 39654 ms |
TPC-DS: Total hot run time: 173924 ms |
ClickBench: Total hot run time: 30.72 s |
| } | ||
| // For column separator, first find "field.delim", then "serialization.format". | ||
| String columnSeparator = delimiter.getOrDefault(PROP_FIELD_DELIMITER, | ||
| delimiter.getOrDefault(PROP_SERIALIZATION_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.
| delimiter.getOrDefault(PROP_SERIALIZATION_FORMAT, "")); | |
| delimiter.getOrDefault(PROP_SERIALIZATION_FORMAT, DEFAULT_FIELD_DELIMITER)); |
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 not give. Because if we dont find PROP_FIELD_DELIMITER and PROP_SERIALIZATION_FORMAT, we should continue find PROP_SEPARATOR_CHAR
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
TPC-H: Total hot run time: 42652 ms |
TPC-DS: Total hot run time: 173888 ms |
ClickBench: Total hot run time: 30.8 s |
|
PR approved by at least one committer and no changes requested. |
…e properties (apache#37043) Some hive table set serde properties in tblproperties. We need to support it
…e properties (apache#37043) Some hive table set serde properties in tblproperties. We need to support it
…e properties (apache#37043) Some hive table set serde properties in tblproperties. We need to support it
…e properties (#37043) Some hive table set serde properties in tblproperties. We need to support it
Some hive table set serde properties in tblproperties.
We need to support it