zyxing
zyxing
## What is the purpose of the change Improve the docs in chinese. ## Brief change log - **Translate the "Real Time Reporting with the Table API" page into Chinese**...
基于原来的插件添加了导入/导出 leanote 笔记本文件夹的功能。 导入文件夹: 选择文件夹,递归遍历所有子文件夹,将该文件夹和起子文件夹中尾缀名为.leanote的文件尝试parse为leanote笔记。 操作如下:   结果如下:   导出文件夹: 右键笔记目录,并选择保存位置,以该笔记目录名为文件夹名称,递归创建子目录并导入相应目录的笔记为leanote格式笔记 操作如下:  结果如下: 
We can config `.sqlfluff` file location but can not config `.sqlfluffignore` file,is here a way that we can custom a ignore file so ignore actions as a common behavior? For...
After changed materialized view(or called MV in rest of content), we will drop exist MV then create as follow code: ``` {% macro starrocks__get_replace_materialized_view_as_sql(relation, sql, existing_relation, backup_relation, intermediate_relation) %} {{...
My workaround is under version 12 and `TrinoGatewayRunner`. - Try edit selectros rule via WEB  - Frontend post json  - But backends read missing values as null !...
We have some self-signed HTTPS servers and are using it in an insecure mode, but we cannot proxy it for two reasons: - health check `ClusterStatsJdbcMonitor.java` does not support `insecure`...