Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最新版本1.2.21 Method threw 'java.lang.IllegalArgumentException' exception. Cannot evaluate com.alibaba.druid.sql.ast.statement.SQLJoinTableSource.toString() #5755

Open
GPF199541 opened this issue Mar 5, 2024 · 2 comments

Comments

@GPF199541
Copy link

SQL:
SELECT temp.*
FROM flow_instance_data
CROSS JOIN JSON_TABLE(
flow_instance_data.business_data,
'$.payDetails[*]' COLUMNS (
workNum varchar(255) PATH '$.workNum',
staffName varchar(255) PATH '$.staffName'
)
) AS temp
WHERE flow_template_id = 9
AND mark = 0

@GPF199541
Copy link
Author

解析到right join 抛出错误来

@lizongbo
Copy link
Collaborator

lizongbo commented Mar 9, 2024

把数据库类型这些都发出来,最好完整的复现异常的测试代码。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants