DogeKing
DogeKing
Hi, I'm a Flink enthusiast. recently write some blogs to describe Flink design. I am glad if the merge request can be allowed because many people can use it to...
see https://github.com/influxdata/influxdb-java/issues/768
Hi, the problem takes me some time: when I init InfluxDB instance from `InfluxDBFactory.connect`, I miss a port, like: ~~~java InfluxDBFactory.connect("127.0.0.1", "username", "password"); ~~~ actually, the code should be ~~~java...
- Background: Connector Does't support partial update will throw exception like "Fields count of test_tbl mismatch. flinkSchema[8]:k1,k2,v1,v2,v3,v4,v5,v6\n realTab[7]:k1,k2,v1,v2,v3,v4,v5" - Support new option `sink.partial.update` - Update README - Add Test Case
名字:FlinkSQL-Helper Name:FlinkSQL-Helper 插件简介:一款支持FlinkSQL(v1.20)语法检测,高亮,代码补全提示,重命名,Snippets,以及CodeFormat的两个插件,可以有效提升日常的开发效率,给你带来IDE般的体验。 Description: Help you efficiently and focus on FlinkSQL development. support Flink SQL error grammar check, syntax highlighting, complete keywords, rename, find all references and code format, including...
名字:SparkSQL-Helper Name:SparkSQL-Helper 插件简介:一款支持SparkSQL(v3.5)语法检测,高亮,代码补全提示,重命名,Snippets,以及CodeFormat的两个插件,可以有效提升日常的开发效率,给你带来IDE般的体验。 Description: Help you efficiently and focus on SparkSQL development. support Spark SQL error grammar check, syntax highlighting, complete keywords, rename, find all references and code format, including...
for https://github.com/apache/paimon-rust/issues/52 the [PR](https://github.com/apache/paimon-rust/pull/62) has been stagnant for a long time.
for https://github.com/apache/paimon-rust/issues/82
This project has had few updates in the past six months, and some dependencies can be updated: - rust-version: 1.77.1 -> 1.86.0 - opendal version: 0.49 -> 0.53 i can...
As the title suggests, ManifestFileMeta has recently added some fields. We also need support here. i can do this.