Skip to content

Commit 575367c

Browse files
authored
Upgrade to DataFusion 16.0.0 (#115)
1 parent 8a3ce59 commit 575367c

13 files changed

Lines changed: 282 additions & 357 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: ${{ matrix.python-version == '3.10' && matrix.toolchain == 'stable' }}
9797
run: |
9898
source venv/bin/activate
99-
flake8 --exclude venv --ignore=E501
99+
flake8 --exclude venv --ignore=E501,W503
100100
black --line-length 79 --diff --check .
101101
102102
- name: Run tests

0 commit comments

Comments
 (0)