Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable @immutable error-prone check
Some Trino classes are marked as @immutable but in fact, they are mutable as they contain mutable fields, which makes them fail the error-prone Immutable check.
- Loading branch information