alhudz commented on PR #5006: URL: https://github.com/apache/calcite/pull/5006#issuecomment-4924160277
That was the null delegate passed to `GMLHandler`. JTS's own `GMLReader` passes null there as well, but the parameter isn't annotated so the nullness checker flags it. Suppressed `argument.type.incompatible` on that line to match the existing pattern in the codebase. Runtime behaviour is unchanged and the regression test still rejects the XXE payload. -- 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]
