mygrsun
mygrsun
### Description is there rpm which can be installed on arm ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version...
### Issue description I deploy two nodes.Every node has apisix-dashboard and apisix and I use a host point to the two nodes.But the porblem is I can't login the dashboard.How...
### Describe the feature iceberg table has the feature of Partition Evolution。 so,Can gravitino api support this feature like this? Table sampleTable = ...; sampleTable.updateSpec() .addField(bucket("id", 8)) .removeField("category") .commit(); ###...
### Version main branch ### Describe what's wrong a schema in hive catalog have the iceberg table  but iceberg catalog dont't hava hive table  ### Error message and/or...
### What changes were proposed in this pull request? the problem of slow acquisition of hive table list. Using listTableNamesByFilter replace the getTableObjectsByName method. ### Why are the changes needed?...
### Version main branch ### Describe what's wrong Through my test,I found that list-table will takes 300s when a schema has 5000 tables . I analysis the code and add...
### What would you like to be improved? In the https://github.com/datastrato/gravitino/pull/3703 pr,lack of the test case corresponding to the 'list-all-tables ' hive catalog property. ### How should we improve? It's...