Skip to content

Commit

Permalink
Minor: Generate the supported Spark builtin expression list into MD f…
Browse files Browse the repository at this point in the history
…ile (#455)

* Coverage: Add a manual test for DF supporting Spark expressions directly


Co-authored-by: advancedxy <xianjin@apache.org>
Co-authored-by: Andy Grove <andygrove73@gmail.com>
  • Loading branch information
3 people committed Jun 5, 2024
1 parent a668a86 commit b3ba82f
Show file tree
Hide file tree
Showing 5 changed files with 1,172 additions and 450 deletions.
2 changes: 1 addition & 1 deletion docs/source/user-guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Comet aims to support:
- a native Parquet implementation, including both reader and writer
- full implementation of Spark operators, including
Filter/Project/Aggregation/Join/Exchange etc.
- full implementation of Spark built-in expressions
- full implementation of Spark built-in expressions.
- a UDF framework for users to migrate their existing UDF to native

## Architecture
Expand Down
Loading

0 comments on commit b3ba82f

Please sign in to comment.