wqc200 commented on a change in pull request #9600: URL: https://github.com/apache/arrow/pull/9600#discussion_r593738325
########## File path: rust/datafusion/src/sql/planner.rs ########## @@ -963,7 +983,12 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> { .collect::<Result<Vec<Expr>>>()? }; + if let CaseStyle::LikePostgreSQL = case_style { + input_name = input_name.to_uppercase(); Review comment: @alamb I would like to put the modification of the test case in another PR, the current PR just like that, is that OK? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org