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.26k stars 1.67k forks source link

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

Closed mergify[bot] closed 3 days ago

mergify[bot] commented 3 days 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: