StarRocks / starrocks

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries.
https://starrocks.io
Apache License 2.0
8.73k stars 1.75k forks source link

[BugFix] fix get_tablets_basic_infos always return empty tablet_infos (backport #47533) #47646

Closed mergify[bot] closed 3 months ago

mergify[bot] commented 3 months ago

Why I'm doing:

when I execute script on BE, no tablet_infos will return

What I'm doing:

not need to check authorized_table_ids when authorized_table_ids is null Fixes #issue

What type of PR is this:

Does this PR entail a change in behavior?

If yes, please specify the type of change:

Checklist:

Bugfix cherry-pick branch check:

when I execute script on BE, no tablet_infos will return

What I'm doing:

not need to check authorized_table_ids when authorized_table_ids is null Fixes #issue

What type of PR is this:

Does this PR entail a change in behavior?

If yes, please specify the type of change:

Checklist: