gengliangwang commented on code in PR #38146: URL: https://github.com/apache/spark/pull/38146#discussion_r1040166552
########## sql/core/src/test/resources/sql-tests/inputs/string-functions.sql: ########## @@ -58,6 +58,69 @@ SELECT substring('Spark SQL' from 5); SELECT substring('Spark SQL' from -3); SELECT substring('Spark SQL' from 5 for 1); +-- mask function +SELECT mask('AbCD123-@$#'); Review Comment: since there will be more mask functions, shall we put them in a new SQL file? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org