apache / doris

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

[Enhancement] (nereids)implement showTrashCommand in nereids #42763

Open LiBinfeng-01 opened 2 weeks ago

LiBinfeng-01 commented 2 weeks ago

showTrash command is supported in legacy planner but not in nereids(new doris fe planner). you need implement the following showTrash command in nereids: unsupportedshowTrashStatement SHOW TRASH (ON backend=STRING_LITERAL)?

echo-hhj commented 2 days ago

I will implement it.