This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
from 508db0649 chore: use datafusion from crates.io (#1232)
add c19202cf4 chore: extract strings file to `strings_func` like in spark
grouping (#1215)
No new revisions were added by this update.
Summary of changes:
native/spark-expr/src/lib.rs | 6 +-
.../src/{kernels => string_funcs}/mod.rs | 9 +-
.../src/{strings.rs => string_funcs/prediction.rs} | 153 ---------------------
.../hour.rs => string_funcs/string_space.rs} | 70 ++++------
.../hour.rs => string_funcs/substring.rs} | 73 +++++-----
5 files changed, 67 insertions(+), 244 deletions(-)
copy native/spark-expr/src/{kernels => string_funcs}/mod.rs (84%)
rename native/spark-expr/src/{strings.rs => string_funcs/prediction.rs} (54%)
copy native/spark-expr/src/{datetime_funcs/hour.rs =>
string_funcs/string_space.rs} (57%)
copy native/spark-expr/src/{datetime_funcs/hour.rs =>
string_funcs/substring.rs} (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]