We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用clickhouse未创建字段查询,查询耗时较大。如未定义字段field1 example: kibana查询: field1:"xxx"
clickhouse sql: SELECT * FROM db.table WHERE JSONExtractString(ck_assembly_extension,'field1') like '%/xxx%' ) ))
The text was updated successfully, but these errors were encountered:
Update CommonTest.java
aa09b94
fix:禁止未定义字段作为条件查询, 修复解析异常未展示到kibanaUi问题,并补充单例 TongchengOpenSource#31
feat:禁止未定义字段作为查询条件查询, 修复解析异常未展示到kibanaUi问题,并补充单例 TongchengOpenSource#31
bdc0162
feat:禁止未定义字段作为查询条件查询, 修复解析异常未展示到kibana Ui问题,并补充单例 TongchengOpenSource#31
6d735b5
Merge pull request #33 from linger000/zl11357
1bb5570
feat:禁止未定义字段作为查询条件查询, 修复解析异常未展示到kibana Ui问题,并补充单例 #31
No branches or pull requests
使用clickhouse未创建字段查询,查询耗时较大。如未定义字段field1
example:
kibana查询:
field1:"xxx"
clickhouse sql:
SELECT * FROM db.table WHERE JSONExtractString(ck_assembly_extension,'field1') like '%/xxx%' ) ))
The text was updated successfully, but these errors were encountered: