Commit dab9346
committed
refactor(sqlstream): update zip usage and remove test file
- Modify `zip` function in `duckdb_executor.py` to use `strict=False` for better error handling
- Change `zip` function in `test_pandas_backend.py` to `strict=True` for stricter comparison
- Remove `test_shell_components.py` as it is redundant and no longer needed
These changes improve error handling in data processing and remove unnecessary test files, streamlining the codebase.1 parent 58609ec commit dab9346
File tree
3 files changed
+2
-103
lines changed- sqlstream/core
- tests/test_core
3 files changed
+2
-103
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments