dssysolyatin commented on PR #5099: URL: https://github.com/apache/calcite/pull/5099#issuecomment-4965519516
@mihaibudiu I also started working on this some time ago. Please take a look at a commit about type inference for lambdas. It might be a valid approach, since it seems odd that the type checker sets the scope for a lambda - https://github.com/dssysolyatin/calcite/commit/03d29ee71c921c205bf20fb1310194ecfb84de78 (inference logic) - https://github.com/dssysolyatin/calcite/commit/811eab88cd43d4a1d03b2fecc095a09508804261 (This one is not related to inference, but make life easier to write inference logic) -- 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]
