apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.96k stars 3.14k forks source link

[Bug] Create es inverted index through BUILD INDEX idx_ Score ON hacker news_ Use show build index for 1m; Found state running and progress 0/10 #23809

Open wanezu opened 10 months ago

wanezu commented 10 months ago

Search before asking

Version

2.0

What's Wrong?

CREATE INDEX idx_score ON hackernews_1m(score) USING INVERTED;

BUILD INDEX idx_score ON hackernews_1m;

SHOW ALTER TABLE COLUMN;

show build index;

image

What You Expected?

state is finished

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct

xiaokang commented 1 month ago

@wanezu It's RUNNING according to your screen shot. How long have you wait? You can use 2.0.10 version or higher.