mygrsun

Results 7 issues of 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...

enhancement

### 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...

documentation
question

### 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(); ###...

feature

### Version main branch ### Describe what's wrong a schema in hive catalog have the iceberg table ![image](https://github.com/datastrato/gravitino/assets/4070282/c1586ffc-a7de-49e5-86c9-7e5b63680f87) but iceberg catalog dont't hava hive table ![image](https://github.com/datastrato/gravitino/assets/4070282/1ed83b9e-d22f-4f67-a135-407951997e85) ### Error message and/or...

bug

### 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...

bug
0.6.0

### 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...

good first issue
improvement