osmondy

Results 11 issues of osmondy

**Describe the bug** * error: sqllineage.exceptions.UnsupportedStatementException: SQLLineage doesn't support analyzing statement type [set_statement] for SQL:set hive.auto.convert.join=false; **To Reproduce** ```python # -*- coding: utf-8 -*- from sqllineage.runner import LineageRunner def test_create_as():...

bug
parser

**Describe the bug** * No dialect parameters are normal. Use Hive dialect will error. **SQL** Paste the SQL text here. For example: ```sql INSERT OVERWRITE table dw.dim_dict partition (dt) select...

enhancement
parser

**Describe the bug** * All of my SQL files, encoding set is "UTF-8" . Can it be supported "UTF-8" or other encoding set ? Thanks **SQL** ```sql insert into analyze...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened The column ’exhibit_desc ‘ type is string in hive, exist...

bug
stale

**请描述您的问题.** 请问地图图例是否支持自定义编辑:显示的区间范围,显示的个数。 (下面的地图数据中广东省的数据太大,导致其它省份的显示的颜色都是黄色) ![image](https://github.com/dataease/dataease/assets/29267453/020f5231-98e1-4e42-9abb-cdd3dbf37866)

状态:已完成
类型:提问

```java public static void main(String[] args) { String s = "( 台灣 )"; String simple = ZhConverterUtil.toSimple(s); System.out.println(simple); System.out.println(ZhConverterUtil.isTraditional(s)); } ``` 输出结果: ``` ( 台湾 ) false ``` *** 看了下源码,只要有非中文的,直接返回false了。感觉校验前,需要对校验的字符串进行处理下...

你好,正准备使用python操作pdf,看到你这篇对pdf三方库对比分析,写的实在是太棒了。 [pypdf](https://github.com/py-pdf/pypdf) 从2022年开始又更新了, 还挺活跃的。

**Describe the bug** * `lateral view explode` missing the relationship between table dw.scr and dw.dest. **To Reproduce** test.py ```python # -*- coding: utf-8 -*- from sqllineage.runner import LineageRunner def test_create_as():...

bug

### Please confirm before submission 在提交之前,请确认 - [x] I have searched for existing issues [search for existing issues](https://github.com/junjiem/dify-plugin-agent-mcp_sse/issues), including closed ones. 我已经搜索了现有问题[搜索现有问题](https://github.com/junjiem/dify-plugin-agent-mcp_sse/issues),包括已关闭的问题。" ### Dify version Dify版本 v1.3.0 ### Plugin version...

bug

**Describe the bug** Hi, Is there any way to know the databases/directory of the datasource? **To Reproduce** I found that using GraphQL allows querying tables, and then using those tables...

bug