Commit 5192e9f
authored
chore(isthmus): debug log missing Calcite mapping (#516)
There is an info level log in FunctionConverter for every every Calcite
operator for which there is no direct Substrait mapping. This message
makes the logs extremely busy and provides no value to end users. This
change reclassifies the message as debug log.
Signed-off-by: Mark S. Lewis <[email protected]>1 parent c24395e commit 5192e9f
File tree
1 file changed
+1
-1
lines changed- isthmus/src/main/java/io/substrait/isthmus/expression
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments