trinodb / trino-gateway

https://trinodb.github.io/trino-gateway/
Apache License 2.0
122 stars 47 forks source link

Fix create new resource group #379

Open oneonestar opened 3 weeks ago

oneonestar commented 3 weeks ago

Description

Create resource group was broken after #287. resource_group_id should be generated by database with AUTO_INCREMENT in DDL. Tests didn't cover create multiple resource groups so we missed that.

Release notes

(X) Release notes are required, with the following suggested text:

* Fix create new resource group