case-k
case-k
## Changes Terraform manage column type by lower case so if add the Upper case terraform Terraform manages column types in lowercase, so passing them in uppercase results in a...
## Changes Remove empty lines to avoid triggering unchanged diff detection. Related to this issue. https://github.com/databricks/terraform-provider-databricks/issues/3019 TrimSpace solve the issue but if there are empty new lines inside the SQL...
## Summary pageBuilder.close is not called and could be cause leak issue. add pageBuilder.close to to release buffer (buffer.release()) ## code ``` @Override public void close() { this.delegate.close(); } ```...
### Describe the bug A clear and concise description of what the bug is. What command did you run? What happened? ACL permissions not applied to notebook jobs created by...