Re: [I] Add documentation about how to plan custom expressions [datafusion]

2025-04-05 Thread via GitHub
alamb closed issue #15267: Add documentation about how to plan custom expressions URL: https://github.com/apache/datafusion/issues/15267 -- 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

Re: [I] Add documentation about how to plan custom expressions [datafusion]

2025-04-05 Thread via GitHub
alamb commented on issue #15267: URL: https://github.com/apache/datafusion/issues/15267#issuecomment-2744196342 There might be an example in https://github.com/apache/datafusion/tree/main/datafusion-examples you could port to the docs -- This is an automated message from the Apache Git S

Re: [I] Add documentation about how to plan custom expressions [datafusion]

2025-03-21 Thread via GitHub
Jiashu-Hu commented on issue #15267: URL: https://github.com/apache/datafusion/issues/15267#issuecomment-2744224953 Thank you very much, I've done with this issue, will submit PR soon after test -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Add documentation about how to plan custom expressions [datafusion]

2025-03-20 Thread via GitHub
Jiashu-Hu commented on issue #15267: URL: https://github.com/apache/datafusion/issues/15267#issuecomment-2742161658 take -- 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

[I] Add documentation about how to plan custom expressions [datafusion]

2025-03-17 Thread via GitHub
alamb opened a new issue, #15267: URL: https://github.com/apache/datafusion/issues/15267 ### Is your feature request related to a problem or challenge? By default DataFusion doesn't support many operators, for example `->` ```sql > set datafusion.sql_parser.dialect = postgres