[VOTE] Release Apache Doris Flink Connector 1.6.2

2024-07-08 Thread wudi
Hi all, This is a call for the vote to release Apache Doris Flink Connector 1.6.2 The git tag for the release: https://github.com/apache/doris-flink-connector/releases/tag/1.6.2 Release Notes are here: https://github.com/apache/doris-flink-connector/issues/418 Thanks to everyone who has contrib

Re: [PR] [doc](alter) alter to add partitions in batches [doris-website]

2024-07-08 Thread via GitHub
felixwluo commented on PR #812: URL: https://github.com/apache/doris-website/pull/812#issuecomment-2216486652 > Does the 2.1 version need to be updated too? Yes, this feature is implemented in 2.1 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] [feature]support stream load with group commit mode [doris-kafka-connector]

2024-07-08 Thread via GitHub
DongLiang-0 commented on code in PR #35: URL: https://github.com/apache/doris-kafka-connector/pull/35#discussion_r1669663850 ## src/main/java/org/apache/doris/kafka/connector/cfg/DorisOptions.java: ## @@ -113,25 +115,33 @@ public DorisOptions(Map config) { this.req

Re: [PR] [doc]fix version 2.1.0 has invalid internal hyperlinks on the CREATE-TABLE page [doris-website]

2024-07-08 Thread via GitHub
shasevendow commented on PR #833: URL: https://github.com/apache/doris-website/pull/833#issuecomment-2216256249 Please update 2.1 version documents as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] [doc](alter) alter to add partitions in batches [doris-website]

2024-07-08 Thread via GitHub
shasevendow commented on PR #812: URL: https://github.com/apache/doris-website/pull/812#issuecomment-2216251779 Does the 2.1 version need to be updated too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] [doc]drop-table page fix RECOVER link fair for 2.1 version [doris-website]

2024-07-08 Thread via GitHub
shasevendow commented on PR #834: URL: https://github.com/apache/doris-website/pull/834#issuecomment-2216249327 Does version 2.1 need to be updated too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] [doc] Update date-partition EN doc in 2.1 & dev version [doris-website]

2024-07-08 Thread via GitHub
luzhijing commented on code in PR #824: URL: https://github.com/apache/doris-website/pull/824#discussion_r1668560787 ## versioned_docs/version-2.1/table-design/data-partition.md: ## @@ -38,31 +38,31 @@ A table consists of rows and columns: - Column: Used to describe different

Re: [PR] [doc] Update date-partition EN doc in 2.1 & dev version [doris-website]

2024-07-08 Thread via GitHub
luzhijing commented on PR #824: URL: https://github.com/apache/doris-website/pull/824#issuecomment-2213986454 Dont merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: doris unique key表无法通过覆盖__DORIS_DELETE_SIGN__列值删除数据

2024-07-08 Thread Chen Zhang
Hi Hangzhou, could you create an github issue to describe your questions in detail? Thanks Chen > 2024年7月8日 16:55,刘杭州 写道: > > Doris版本 1.2.2 > > > > > > > 经过测试 发现无论加不加 hidden_columns 都无法覆盖 __DORIS_DELETE_SIGN__值 进行删除数据 > ---

doris unique key表无法通过覆盖__DORIS_DELETE_SIGN__列值删除数据

2024-07-08 Thread 刘杭州
Doris版本 1.2.2 经过测试 发现无论加不加 hidden_columns 都无法覆盖 __DORIS_DELETE_SIGN__值 进行删除数据