apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
878 stars 293 forks source link

[Bug]: catalog table filtering problem #3196

Closed w724457655 closed 2 months ago

w724457655 commented 2 months ago

What happened?

We have created two catalogs, zj_catalog and error_catalog, during our usage. Some tables in zj_catalog are in a pending state if no catalog selection is made. However, when zj_catalog is selected, there are no corresponding tables in pending, and searching for the tables directly is also unsuccessful. Moreover, these tables have not been planned or executed, and they are stuck in the pending state. image image

Affects Versions

0.7.0

What table formats are you seeing the problem on?

No response

What engines are you seeing the problem on?

No response

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

Code of Conduct

majin1102 commented 2 months ago

Thanks for feeding back.

First, what you searched is optimizer group, not catalog, please pay attention on the hint of searchbox

Second, I believe the long pending status is a scheduling issue which has been discussed in some online discussions. I have raised a PR to fix the issue. I suggest you to take a review and try if this could solve your problem after merged:

https://github.com/apache/amoro/pull/3203