Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-06-07 Thread via GitHub
reswqa merged PR #24544: URL: https://github.com/apache/flink/pull/24544 -- 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 unsubscribe, e-mail: issues-unsubscr...@flink.apache

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-06-06 Thread via GitHub
kumar-mallikarjuna commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2154197332 Thanks @reswqa ! -- 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 co

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-06-06 Thread via GitHub
reswqa commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2153744857 Sorry for the delay, I shall merge this after CI green. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-05-30 Thread via GitHub
kumar-mallikarjuna commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2139268835 Done, @reswqa . -- 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 com

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-05-29 Thread via GitHub
reswqa commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2138670012 @kumar-mallikarjuna Thanks for the rebase, could you squash these to some meaningful commits? I will merge this PR then. -- This is an automated message from the Apache Git Service. To r

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-05-27 Thread via GitHub
kumar-mallikarjuna commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2132834467 Hi @reswqa , I've rebased the branch. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-04-09 Thread via GitHub
X-czh commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2044854644 Pinging @FangYongs and @reswqa. Could you help take a look when you have time? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-03-30 Thread via GitHub
kumar-mallikarjuna commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2028078573 @X-czh , thanks for reviewing. I've updated the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-03-30 Thread via GitHub
kumar-mallikarjuna commented on code in PR #24544: URL: https://github.com/apache/flink/pull/24544#discussion_r1545380588 ## flink-core/src/main/java/org/apache/flink/api/common/serialization/SerializerConfigImpl.java: ## @@ -574,4 +575,31 @@ private void registerTypeWithTypeInf

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-03-30 Thread via GitHub
kumar-mallikarjuna commented on code in PR #24544: URL: https://github.com/apache/flink/pull/24544#discussion_r1545380588 ## flink-core/src/main/java/org/apache/flink/api/common/serialization/SerializerConfigImpl.java: ## @@ -574,4 +575,31 @@ private void registerTypeWithTypeInf

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-03-28 Thread via GitHub
X-czh commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2025118034 @kumar-mallikarjuna Thanks for the contribution. LGTM except for two minor comments, PTAL. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-03-28 Thread via GitHub
X-czh commented on code in PR #24544: URL: https://github.com/apache/flink/pull/24544#discussion_r1542914373 ## flink-core/src/main/java/org/apache/flink/api/common/serialization/SerializerConfigImpl.java: ## @@ -574,4 +575,31 @@ private void registerTypeWithTypeInfoFactory(

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-03-28 Thread via GitHub
X-czh commented on code in PR #24544: URL: https://github.com/apache/flink/pull/24544#discussion_r1542824003 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/DataTypeFactoryImpl.java: ## @@ -132,49 +131,12 @@ public LogicalType createLogicalType(U

Re: [PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-03-20 Thread via GitHub
flinkbot commented on PR #24544: URL: https://github.com/apache/flink/pull/24544#issuecomment-2009531400 ## CI report: * 3d3ca469055b60fe00261751c3cb86c988c7c7bf UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-34239][core] Add copy() method for SerializerConfig [flink]

2024-03-20 Thread via GitHub
kumar-mallikarjuna opened a new pull request, #24544: URL: https://github.com/apache/flink/pull/24544 ## What is the purpose of the change `org.apache.flink.table.catalog.DataTypeFactoryImpl#createSerializerConfig` is currently manually making a copy of a `SerializerConfig` ob