Commit de11a79
Allow leading underscore in column name used in row filter (apache#1358)
* Update parser.py
Allow leading underscore in column name used in row filter.
* Update test_parser.py
* Update test_parser.py
* Update test_parser.py1 parent e40af8c commit de11a79
File tree
2 files changed
+5
-1
lines changed- pyiceberg/expressions
- tests/expressions
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
0 commit comments