inlong icon indicating copy to clipboard operation
inlong copied to clipboard

Apache InLong - a one-stop, full-scenario integration framework for massive data

Results 349 inlong issues
Sort by recently updated
recently updated
newest added

### Description Add Elasticsearch connector on Flink 1.15 to sort-flink-v1.15 https://github.com/apache/inlong/pull/10647#issuecomment-2247552859 ### Use case User can sink data to elasticsearch7 through this connector. ### Are you willing to submit PR?...

type/feature

### What happened Transform sql cannot support parse long attribute chains after accessing array, such as "$child(0).msg.msgId" ### Error Log ``` net.sf.jsqlparser.JSQLParserException: Encountered unexpected token: "," "," at line 1,...

type/bug

### Description - parent issue #10797 In the official Inlong documentation, navigate to the Quick Start - Data Synchronization -MySQL to ClickHouse Example. In the demo image in the Create...

type/feature

### Description Export audit indicator data to csv ### InLong Component InLong Dashboard ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR!...

type/improve

### Description Agent batch upgrade ### InLong Component InLong Dashboard ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of...

type/improve

### Description _No response_ ### Use case _No response_ ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct...

type/feature
component/sdk

### Description Parent issue [Umbrella] Tencent Rhino-bird: Expand InLong Transform functions #10796 TRANSLATE(value, searchString, replacementString) TRANSLATE function that replaces a sequence of characters in a string with another set of...

type/feature

### Description -parent issue #10796 Factorial(numeric)--returns the factorial of a non-negative Example: 5! = 120 ### Use case _No response_ ### Are you willing to submit PR? - [X] Yes,...

type/feature

### Description parent issue [Umbrella] Tencent Rhino-bird: Expand InLong Transform functions #10796 definition of Fibonacci sequence: F(0) = 0 F(1) = 1 对于 n >= 2,F(n) = F(n-1) + F(n-2)...

type/feature

Fixes #11002 **Motivation** Add one arithmetic function classes:FibonacciFunction. Also, add the corresponding unit test codes

component/sort
component/sdk