apache / amoro

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

[Bug]: optimizing Tab paging display error #3218

Closed huyuanfeng2018 closed 1 month ago

huyuanfeng2018 commented 2 months ago

What happened?

image

No matter how many items are selected to be displayed per page, there will only be one page in the end.

Affects Versions

master

What table formats are you seeing the problem on?

No response

What engines are you seeing the problem on?

AMS

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

Code of Conduct

huyuanfeng2018 commented 2 months ago
image

ams returns total value error

majin1102 commented 1 month ago

I suggest keeping an eye on this PR merged recently:

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

This modified a lot

klion26 commented 1 month ago

@huyuanfeng2018 this may be the problem introduced by #2914, I'll submit a patch for this late. this was merged into 0.8-SNAPSHOT(not in 0.7 branch), so we don't need to backport this to 0.7-branch if we don't want backport #2914 back.

klion26 commented 1 month ago

@huyuanfeng2018 I've filed a pr(#3231) try to fix this problem, could you please check whether this fix your problem thanks.