You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,6 @@ Copy the core function extensions into substrait-python
45
45
pixi run copy-extensions
46
46
```
47
47
48
-
## Antlr grammar
49
-
50
-
Substrait uses antlr grammar to derive output types of extension functions. Make sure java is installed and ANTLR_JAR environment variable is set. Take a look at .devcontainer/Dockerfile for example setup.
51
-
52
-
```
53
-
pixi run antlr
54
-
```
55
-
56
48
## Extensions stubs
57
49
58
50
Substrait uses jsonschema to describe the data model for extension files.
0 commit comments