leanken commented on issue #6863: [FLINK-10166][table] Replace 
commons.codec.binary.Base64 with java.util.Base64
URL: https://github.com/apache/flink/pull/6863#issuecomment-430594978
 
 
   Just to confirm that the change did works. I catch the GeneratedCode from 
debugging.
   
   ```
   
function_org$apache$flink$table$functions$aggfunctions$CountAggFunction$f4346869d1df07833c4f2ba55982f5ce.open(new
 org.apache.flink.table.functions.FunctionContext(ctx));
          
   
       
       org.apache.flink.api.common.state.StateDescriptor 
acc0_distinctValueMap_dataview_desc = 
(org.apache.flink.api.common.state.StateDescriptor)
         org.apache.flink.util.InstantiationUtil.deserializeObject(
         
java.util.Base64.getUrlDecoder().decode("rO0ABXNyADRvcmcuYXBhY2hlLmZsaW5rLmFwaS5jb21tb24uc3RhdGUuTWFwU3RhdGVEZXNjcmlwdG9yAAAAAAAAAAECAAB4cgAxb3JnLmFwYWNoZS5mbGluay5hcGkuY29tbW9uLnN0YXRlLlN0YXRlRGVzY3JpcHRvcgAAAAAAAAABAwAFTAAEbmFtZXQAEkxqYXZhL2xhbmcvU3RyaW5nO0wAEnF1ZXJ5YWJsZVN0YXRlTmFtZXEAfgACTAAKc2VyaWFsaXplcnQANkxvcmcvYXBhY2hlL2ZsaW5rL2FwaS9jb21tb24vdHlwZXV0aWxzL1R5cGVTZXJpYWxpe
   ```
   
   the origin **org.apache.commons.codec.binary.Base64.decodeBase64** did 
switch into **java.util.Base64.getUrlDecoder().decode**

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to