coderfender commented on code in PR #2102: URL: https://github.com/apache/datafusion-comet/pull/2102#discussion_r2353874675
########## native/spark-expr/src/static_invoke/char_varchar_utils/read_side_padding.rs: ########## @@ -175,7 +190,11 @@ fn add_padding_string( } else { Ok(string) } + } else if is_left_pad { + println!("is lpad so flipping padding and the string"); Review Comment: Unwanted print statements (I used it for testing purposes) and have removed in the latest commit. I will push these changes along with review comments I receive to save time on CI -- 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