-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[fix](stream_load) fix stream load may failed caused by column name with keyword #35822
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
TPC-H: Total hot run time: 40197 ms
|
TPC-DS: Total hot run time: 173359 ms
|
ClickBench: Total hot run time: 30.62 s
|
run external |
1 similar comment
run external |
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.
LTGM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…ith keyword (apache#35822) let KW_SQL, KW_CACHE, KW_COLOCATE, KW_COMPRESS_TYPE, KW_DORIS_INTERNAL_TABLE_ID, KW_HOTSPOT, KW_PRIVILEGES, KW_RECENT, KW_STAGES, KW_WARM, KW_UP, KW_CONVERT_LSC be as non-reserved Co-authored-by: caiconghui1 <[email protected]>
…d new parser (#35938) Followup #35822 Co-authored-by: caiconghui1 <[email protected]>
…ith keyword (#35822) let KW_SQL, KW_CACHE, KW_COLOCATE, KW_COMPRESS_TYPE, KW_DORIS_INTERNAL_TABLE_ID, KW_HOTSPOT, KW_PRIVILEGES, KW_RECENT, KW_STAGES, KW_WARM, KW_UP, KW_CONVERT_LSC be as non-reserved Co-authored-by: caiconghui1 <[email protected]>
…d new parser (#35938) Followup #35822 Co-authored-by: caiconghui1 <[email protected]>
…ith keyword (#35822) let KW_SQL, KW_CACHE, KW_COLOCATE, KW_COMPRESS_TYPE, KW_DORIS_INTERNAL_TABLE_ID, KW_HOTSPOT, KW_PRIVILEGES, KW_RECENT, KW_STAGES, KW_WARM, KW_UP, KW_CONVERT_LSC be as non-reserved Co-authored-by: caiconghui1 <[email protected]>
…d new parser (#35938) Followup #35822 Co-authored-by: caiconghui1 <[email protected]>
…d new parser (#35938) Followup #35822 Co-authored-by: caiconghui1 <[email protected]>
…ith keyword (#35822) (#37890) #35938 #35822 let KW_SQL, KW_CACHE, KW_COLOCATE, KW_COMPRESS_TYPE, KW_DORIS_INTERNAL_TABLE_ID, KW_HOTSPOT, KW_PRIVILEGES, KW_RECENT, KW_STAGES, KW_WARM, KW_UP, KW_CONVERT_LSC be as non-reserved ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> --------- Co-authored-by: caiconghui1 <[email protected]>
…ith keyword (apache#35822) let KW_SQL, KW_CACHE, KW_COLOCATE, KW_COMPRESS_TYPE, KW_DORIS_INTERNAL_TABLE_ID, KW_HOTSPOT, KW_PRIVILEGES, KW_RECENT, KW_STAGES, KW_WARM, KW_UP, KW_CONVERT_LSC be as non-reserved Co-authored-by: caiconghui1 <[email protected]>
let
KW_SQL,
KW_CACHE,
KW_COLOCATE,
KW_COMPRESS_TYPE,
KW_DORIS_INTERNAL_TABLE_ID,
KW_HOTSPOT,
KW_PRIVILEGES,
KW_RECENT,
KW_STAGES,
KW_WARM,
KW_UP,
KW_CONVERT_LSC
be as non-reserved
Proposed changes
Issue Number: close #xxx