martin-g opened a new pull request, #25379: URL: https://github.com/apache/datafusion/pull/25379
## Which issue does this PR close? Closes N/A. ## Rationale for this change https://docs.rs/datafusion/latest/datafusion/catalog/trait.Session.html#tymethod.create_physical_expr renders: ``` Note: The expression is not simplified or otherwise optimized: `a = 1 * 2will not be simplified toa = 3` as this ``` <img width="919" height="263" alt="image" src="https://github.com/user-attachments/assets/1becadbf-2d4e-4037-9fae-a424e7c13c72" /> ## What changes are included in this PR? Keep the expression on one line. <img width="929" height="214" alt="image" src="https://github.com/user-attachments/assets/62a14026-cbd4-4ae6-ab22-c8490a96aff1" /> ## What is the testing strategy for this PR? Build the docs and verify that it renders well. ## Are there any user-facing changes? No. -- 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]
