msathis commented on issue #488: URL: https://github.com/apache/arrow-datafusion/issues/488#issuecomment-857529666
@Dandandan I was debugging to see what happens with the current code. Seems like all `IN` clauses are converted to `Expr::InList`. Should we use the `InList` itself? Or it is intended for different purpose, so better create `Expr::In`? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
