Kyofin

Results 27 issues of Kyofin

**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you...

priority:critical
spark-sql

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar feature requirement. ### Description 支持hudi写和读的插件 ### Use case _No response_ ### Related issues _No...

feature-request

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar feature requirement. ### Description 支持读写Iceberg表 ### Use case _No response_ ### Related issues _No...

feature-request

when I insert a large batch data to clickhouse , this error will appear. ``` DB::Exception: Timeout exceeded: elapsed 5.001140127 seconds, maximum: 5: ```

My Execl is below: ![image](https://user-images.githubusercontent.com/18548053/101033641-32a5a000-35b5-11eb-91e8-556f64d1fb97.png) when I use spark-excel to read , the data is wrong. `df.show` ``` +-----------------+ | 入住日期| +-----------------+ | 3"月"3"日"| | 3"月"7"日"| |reserved-43901x1C| |reserved-43905x1C| | 3"月"10"日"|...

**Is your feature request related to a problem? Please describe.** When i use Datastream Api to Collect Mysql Binlog to Kafka , I find it will error when some table...

enhancement

**What's it about?** **What's the reason why we need it?** I believe this is an important feature for Kubesphere. There're a few use cases: * case one * case two...

kind/feature-request

File: [/release-6.1/develop/dev-guide-playground-gitpod.md](https://docs.pingcap.com/zh/tidb/stable/dev-guide-playground-gitpod) When i run tiup playground in gitpod according to doc ,some error happen below. ``` Start tikv instance:v6.1.0 The component `tikv` version v6.1.0 is not installed; downloading from...

area/engine
area/develop

URL url =this.getClass().getClassLoader().getResource("/"+packageName.replaceAll("\\.", "/")); 如果该资源路径有中文,则会产生乱码

jps检查发现没有启动spark submit的应用