y-f-u opened a new pull request, #11466:
URL: https://github.com/apache/datafusion/pull/11466

   ## Which issue does this PR close?
   
   This PR address more dialect variety in unparser:
   - interval for standard and postgres style
   - cast datetime as datetime or timestamp 
   
   ## Rationale for this change
   
   SQLStandard format interval is needed for dbms like dremio.
   `datetime` is missing for certain dbms too: dremio, trino.
   
   ## What changes are included in this PR?
   
   See "What issue does this PR close"
   
   ## Are these changes tested?
   
   Yes, unit tests added
   
   ## Are there any user-facing changes?
   
   n/a. But changed one `CustomDialect::new` to be deprecated in favor of 
`CustomDialectBuilder`


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to