megakaizo opened a new pull request, #23101:
URL: https://github.com/apache/datafusion/pull/23101

   ## Which issue does this PR close?
   
   - part of #23080
   
   ## Rationale for this change
   
   `DFParser::new` and `DFParser::new_with_dialect` were deprecated in 46.0.0 
and replaced by `DFParserBuilder`.
   
   ## What changes are included in this PR?
   
   Removed the deprecated `DFParser::new` and `DFParser::new_with_dialect` 
constructors from `datafusion-sql`.
   
   ## Are these changes tested?
   
   Verified by running local tests for `datafusion-sql` package.
   
   ## Are there any user-facing changes?
   
   Yes. This removes public Rust APIs `DFParser::new` and 
`DFParser::new_with_dialect` that were deprecated in 46.0.0. Downstream users 
should migrate to `DFParserBuilder`.
   
   This is an API change and should be labeled `api change`.


-- 
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]

Reply via email to