[GitHub] flink pull request #5620: [FLINK-8824] [kafka] Replace getCanonicalName with...

2018-03-07 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/5620


---


[GitHub] flink pull request #5620: [FLINK-8824] [kafka] Replace getCanonicalName with...

2018-03-02 Thread zhangminglei
GitHub user zhangminglei opened a pull request:

https://github.com/apache/flink/pull/5620

[FLINK-8824] [kafka] Replace getCanonicalName with getName

## What is the purpose of the change
Since using ```getCanonicalName``` to get class name  there are potential 
problems. And it is mainly for  normalizing class names for array.


## Brief change log

Replace it with ```getName```


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zhangminglei/flink flink-8824

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/5620.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #5620


commit 634262b27b90cc1383c38ff8ac642f7aae522e71
Author: zhangminglei 
Date:   2018-03-02T12:31:49Z

[FLINK-8824] [kafka] Replace getCanonicalName with getName




---