Hongkun Xu
Hongkun Xu
**Is your feature request related to a problem? Please describe.** I want to use great expectations to validate Pinot OLAP database, And I tried to connect to Pinot OLAP database...
When i add inverted index on primary table, It report error: Detail message: The inverted index can only be build on DUPLICATE table I am so confused why The inverted...
## Why I'm doing: [#58351](https://github.com/StarRocks/starrocks/pull/58351) proposes introducing a more adaptive method to adjust this based on base table data info. However, it does not handle non-OLAP tables when collecting related...
## Why I'm doing: There is an issue with the current tablet health check logic. For example, a tablet may have three replicas located on different BEs, but all of...
This PR fixes a bug in CacheKeyBuilder.appendCacheable where null or empty Cacheable objects were not properly marked as invalid. - appendCacheable now marks keys that serialize to EMPTY_BYTES as invalid....
1. Fixed the login logic. Previously, the UI login only allowed users who had permissions for all tables, which was not reasonable, because the table list is empty during UI...