This is an automated email from the ASF dual-hosted git repository. comphead pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
from a6d4798c45 Fixes 3 bugs during serialization and deserialization of physical plans (#16858) add b7da86e9ad feat(spark): Implement Spark `string` function `luhn_check` (#16848) No new revisions were added by this update. Summary of changes: datafusion/spark/src/function/string/luhn_check.rs | 153 +++++++++++++++++++ datafusion/spark/src/function/string/mod.rs | 9 +- .../test_files/spark/string/luhn_check.slt | 162 ++++++++++++++++++--- 3 files changed, 303 insertions(+), 21 deletions(-) create mode 100644 datafusion/spark/src/function/string/luhn_check.rs --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org