Skip to content

Commit a23eb48

Browse files
authored
chore: remove coverage file auto generator (#2854)
* chore: remove coverage file auto generator * chore: remove coverage file auto generator
1 parent 5c6a027 commit a23eb48

File tree

4 files changed

+1
-939
lines changed

4 files changed

+1
-939
lines changed

dev/release/rat_exclude_files.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dev/diffs/iceberg/*.diff
1212
dev/release/requirements.txt
1313
dev/release/rat_exclude_files.txt
1414
docs/comet-*
15-
docs/spark_builtin_expr_coverage.txt
1615
docs/source/_static/images/*.svg
1716
docs/source/_static/images/comet-dataflow.excalidraw
1817
docs/source/contributor-guide/benchmark-results/**/*.json

docs/source/contributor-guide/adding_a_new_expression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you start, have a look through [these slides](https://docs.google.com/pre
2525

2626
## Finding an Expression to Add
2727

28-
You may have a specific expression in mind that you'd like to add, but if not, you can review the [expression coverage document](https://github.com/apache/datafusion-comet/blob/f08fcadd5fbdb5b04293d33e654f6c16f81b70c4/doc/spark_builtin_expr_coverage.txt) to see which expressions are not yet supported.
28+
You may have a specific expression in mind that you'd like to add, but if not, you can review the [expression coverage document](https://github.com/apache/datafusion-comet/blob/main/docs/spark_expressions_support.md) to see which expressions are not yet supported.
2929

3030
## Implementing the Expression
3131

0 commit comments

Comments
 (0)