Commit ccfcf89
expressions: make unknown column distinguishable
This patch makes "UnKnownColumn" expression distinguishable from actual
"Column" expression to have an ability to compare them in planning tests.
For now "UnKnownColumn" string representation is started from `?` symbol,
for example, `partitioning=Hash([`?a@0`], 1)`.1 parent d3f2c1a commit ccfcf89
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments