Maximum recursion depth exceeded in expression conversion #6690
-
Hi @cpcloud , I am having the following issue when I try to convert an expression or execute it. May I get some advice? Thanks. I am using ibis 5.1.0 |
Beta Was this translation helpful? Give feedback.
Answered by
rongxin-yu
Jul 25, 2023
Replies: 1 comment
-
After some experimentation, it turned out this was caused by the following inconsitency. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rongxin-yu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some experimentation, it turned out this was caused by the following inconsitency.
one table is retrieved with connection.table method while the other is retrieved with database.table method