Skip to content

Comments

[improvement](insert) Modify insert into table_id(xxx) to doris_inter…#25662

Merged
dataroaring merged 2 commits intoapache:masterfrom
mymeiyi:rename
Oct 20, 2023
Merged

[improvement](insert) Modify insert into table_id(xxx) to doris_inter…#25662
dataroaring merged 2 commits intoapache:masterfrom
mymeiyi:rename

Conversation

@mymeiyi
Copy link
Contributor

@mymeiyi mymeiyi commented Oct 20, 2023

…nal_table_id(xxx)

Proposed changes

Modify keyword table_id to a special keyword doris_internal_table_id

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@mymeiyi
Copy link
Contributor Author

mymeiyi commented Oct 20, 2023

run buildall

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@zzzzzzzs
Copy link
Contributor

LGTM

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.98% (8285/22405)
Line Coverage: 29.07% (66459/228617)
Region Coverage: 27.73% (34502/124432)
Branch Coverage: 24.34% (17529/72016)
Coverage Report: http://coverage.selectdb-in.cc/coverage/dddfe5b0c04f38f88484d290833810fd2f29d50d_dddfe5b0c04f38f88484d290833810fd2f29d50d/report/index.html

@doris-robot
Copy link

(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.97 seconds
stream load tsv: 555 seconds loaded 74807831229 Bytes, about 128 MB/s
stream load json: 21 seconds loaded 2358488459 Bytes, about 107 MB/s
stream load orc: 65 seconds loaded 1101869774 Bytes, about 16 MB/s
stream load parquet: 30 seconds loaded 861443392 Bytes, about 27 MB/s
insert into select: 29.1 seconds inserted 10000000 Rows, about 343K ops/s
storage size: 17162090459 Bytes

@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

dataroaring
dataroaring previously approved these changes Oct 20, 2023
Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Oct 20, 2023
@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@mymeiyi
Copy link
Contributor Author

mymeiyi commented Oct 20, 2023

run buildall

@github-actions github-actions bot removed the approved Indicates a PR has been approved by one committer. label Oct 20, 2023
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.04% (8299/22408)
Line Coverage: 29.16% (66669/228594)
Region Coverage: 27.81% (34596/124407)
Branch Coverage: 24.41% (17577/72018)
Coverage Report: http://coverage.selectdb-in.cc/coverage/32f2b9e86808aa9e455b82d700e24186c3c33e35_32f2b9e86808aa9e455b82d700e24186c3c33e35/report/index.html

@doris-robot
Copy link

(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.27 seconds
stream load tsv: 551 seconds loaded 74807831229 Bytes, about 129 MB/s
stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s
stream load orc: 65 seconds loaded 1101869774 Bytes, about 16 MB/s
stream load parquet: 31 seconds loaded 861443392 Bytes, about 26 MB/s
insert into select: 29.1 seconds inserted 10000000 Rows, about 343K ops/s
storage size: 17162064231 Bytes

KW_DISTRIBUTION,
KW_DIV,
KW_DO,
KW_DORIS_INTERNAL_TABLE_ID,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should add into non-reserved keyword list, and add same keyword for Nereids in src/main/antlr4/org/apache/doris/nereids/DorisParser.g4

@mymeiyi
Copy link
Contributor Author

mymeiyi commented Oct 20, 2023

run buildall

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.03% (8299/22410)
Line Coverage: 29.19% (66674/228388)
Region Coverage: 27.82% (34601/124360)
Branch Coverage: 24.41% (17576/71996)
Coverage Report: http://coverage.selectdb-in.cc/coverage/c3141627702907023847df4069cf9e059b6198e9_c3141627702907023847df4069cf9e059b6198e9/report/index.html

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@mymeiyi
Copy link
Contributor Author

mymeiyi commented Oct 20, 2023

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.04% (8301/22410)
Line Coverage: 29.20% (66684/228388)
Region Coverage: 27.83% (34607/124360)
Branch Coverage: 24.41% (17577/71996)
Coverage Report: http://coverage.selectdb-in.cc/coverage/343407b9f0a37b84ec5661190e180182a3ef309e_343407b9f0a37b84ec5661190e180182a3ef309e/report/index.html

@doris-robot
Copy link

(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.71 seconds
stream load tsv: 556 seconds loaded 74807831229 Bytes, about 128 MB/s
stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s
stream load orc: 66 seconds loaded 1101869774 Bytes, about 15 MB/s
stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s
insert into select: 29.1 seconds inserted 10000000 Rows, about 343K ops/s
storage size: 17162370260 Bytes

@mymeiyi
Copy link
Contributor Author

mymeiyi commented Oct 20, 2023

run p0

Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Oct 20, 2023
@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@dataroaring dataroaring merged commit fded8ba into apache:master Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants