Samin061 commented on PR #5100: URL: https://github.com/apache/calcite/pull/5100#issuecomment-4970430906
No Jira ticket yet. Happy to open a CALCITE issue if you'd like one for tracking. The failing check was CheckerFramework: it flagged the null delegate I passed to `GMLHandler`. I swapped it for a `DefaultHandler`, which keeps the same behavior (its `fatalError` still rethrows, matching the null fallback) but isn't null. The `-PenableCheckerframework :core:compileJava` build is green locally now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
