Hi tonytao
In your code, you connect pg, can you reproduce this
in RelToSqlConverterTest?
Regards!
Aron Tao
Stamatis Zampetakis 于2020年8月12日周三 上午5:38写道:
> Thanks for reporting this. Please file a JIRA case with the necessary
> information.
>
> Also it would be helpful if you could refactor you
Thanks for reporting this. Please file a JIRA case with the necessary
information.
Also it would be helpful if you could refactor your test case as part of
RelToSqlConverterTest [1].
Best,
Stamatis
[1]
https://github.com/apache/calcite/blob/master/core/src/test/java/org/apache/calcite/rel/rel2sq
Sorry, the attached file was wrong,please ignore it.
I upload a new file.
On 8/10/20 4:38 PM, tonytao wrote:
hi team,
I met a NullPointerException when I used calcite 1.24.0 to convert a
relNode to sqlNode.
The trace:
java.lang.NullPointerException
at java.base/java.util.Objects.requir
hi team,
I met a NullPointerException when I used calcite 1.24.0 to convert a
relNode to sqlNode.
The trace:
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at
org.apache.calcite.rel.rel2sql.RelToSqlConverter.result(RelToSqlConverter.jav