Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.10.0
-
None
Description
Rename
public void setCatalogs(List<Map<String, Object>> catalogs) { ... } public void setTables(List<Map<String, Object>> tables) { ... } // functions
to
public void setCatalogs(List<Map<String, Object>> catalogMap) { ... } public void setTables(List<Map<String, Object>> tableMap) { ... } // functions
to avoid name conflicts with member variables.
This is a newbie task for anyone new to the community to pick up and work on.
Attachments
Issue Links
- is related to
-
FLINK-22540 Remove YAML environment file support in SQL Client
-
- Closed
-