Commit 452238e
Bug fix falsy value of zero (#249)
* certain values are considered False in a boolean context. These include None,0, empty sequences/collections, we are explicity handling that as in our case 0 stands for true
* Update pyiceberg/table/__init__.py
Co-authored-by: Fokko Driesprong <[email protected]>
---------
Co-authored-by: Fokko Driesprong <[email protected]>1 parent b004e35 commit 452238e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
813 | | - | |
| 812 | + | |
| 813 | + | |
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
| |||
0 commit comments