You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
0.9.8
What's Wrong?
两个表:a(CONTRACTCODE)、b(contractcode)进行连表查询时,该字段为两张表的关联字段joinCondition(CONTRACTCODE,=,contractcode)
com.tencent.supersonic.headless.core.translator.calcite.sql.render.JoinRender#render方法的逻辑将字段匹配错误:
b.CONTRACTCODE AS CONTRACTCODE,导致查询时字段对应不上而报错。
Search before asking
Version
0.9.8
What's Wrong?
两个表:a(CONTRACTCODE)、b(contractcode)进行连表查询时,该字段为两张表的关联字段joinCondition(CONTRACTCODE,=,contractcode)
com.tencent.supersonic.headless.core.translator.calcite.sql.render.JoinRender#render方法的逻辑将字段匹配错误:
b.CONTRACTCODE AS CONTRACTCODE,导致查询时字段对应不上而报错。
What You Expected?
应该匹配对应表字段:b.contractcode AS contractcode
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: