rilldata / rill

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
https://www.rilldata.com
Apache License 2.0
1.73k stars 117 forks source link

fix : remove table directory while holding tx lock #6102

Closed k-anshul closed 1 day ago

k-anshul commented 2 days ago

A concurrent goroutine can start creating table which can make os.RemoveAll fail.