| commit | 28260982599cf3de90bb34af6589d8ddbf7bedce | [log] [tgz] |
|---|---|---|
| author | Thomas <thomasbruggink@hotmail.com> | Fri Mar 15 19:08:16 2024 +0900 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri Mar 22 22:49:03 2024 +0100 |
| tree | 1f3ac97e9f093a9450ca571902378604c4d5f096 | |
| parent | 4233d75289cbd39581def1706ed3ac589f416992 [diff] |
THRIFT-5762 Fix spotless errors Run `gradlew :spotlessApply` to apply the correct coding style. Update kotlin compiler to support `getEmptyResultInstance` https://github.com/apache/thrift/pull/2939 added the feature to create an instance of the result object without having to use the ProcessFunction. The Kotlin compiler re-uses the java lib so this commit udpates the Kotlin compiler to support this feature as well.