Skip to content

Commit

Permalink
Refactor fugue sql (#327)
Browse files Browse the repository at this point in the history
* refactor fugue sql

* update

* update

* update

* update sql dependency

* update sql dependency

* update

* update
  • Loading branch information
goodwanghan authored May 23, 2022
1 parent f94d9e3 commit 7bbeabd
Show file tree
Hide file tree
Showing 19 changed files with 59 additions and 34,792 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_legacy_pyspark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install spark
run: |
pip install pypandoc
pip install pypandoc==1.7.5
pip install pyspark==2.4.5
- name: Install dependencies
run: |
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,3 @@ testnotebook:
jupyter nbextension install --user --py fugue_notebook
jupyter nbextension enable fugue_notebook --py
jupyter nbconvert --execute --clear-output tests/fugue_notebook/test_notebook.ipynb

sql:
java -Xmx500M -jar bin/antlr-4.9-complete.jar -Dlanguage=Python3 -visitor -no-listener fugue_sql/_antlr/fugue_sql.g4
rm fugue_sql/_antlr/*.interp
rm fugue_sql/_antlr/*.tokens
Binary file removed bin/antlr-4.9-complete.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions fugue_sql/_antlr/__init__.py

This file was deleted.

Loading

0 comments on commit 7bbeabd

Please sign in to comment.