Hi all, I'm wondering if it's possible to override default validation exception messages in calcite.
The exhaustive enumeration of available exceptions is defined by the `CacliteResource` interface. Each method in this interface has an `@BaseMessage` annotation that defines a default message template for a particular exception. I seemed that all the downstream project need to do is to provide `CalciteResource.properties` with required overrides, but `calcite-core.jar` already includes properties file with given name. Is there a way to provide overrides for default validation exception messages? -- Regards, Konstantin Orlov