MrPowers commented on issue #513: URL: https://github.com/apache/datafusion-python/issues/513#issuecomment-3309603950
@kylebarron - yea, [here's a blog post on how PySpark does the parameterization](https://www.databricks.com/blog/parameterized-queries-pyspark). Not all Python objects are parameterizable, just the common ones used in SQL queries. You're right that the parameters need to get sanitized - thanks for calling that out!! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
