You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the SupportsCatalogs.listCatalogs() method returns an array of NameIdentifier to represents the catalogs. Actually a String[] will be more clear and easier to use.
…hod to return String[] (#3741)
### What changes were proposed in this pull request?
Currently, the SupportsCatalogs.listCatalogs() method returns an array
of NameIdentifier to represents the catalogs. Actually a String[] will
be more clear and easier to use.
### Why are the changes needed?
To make the API more clear to use.
Fix: #3702
### Does this PR introduce _any_ user-facing change?
Almost not; Just return type changed, will be more simple.
### How was this patch tested?
Yes, many test cases cover this API.
…() method to return String[] (apache#3741)
### What changes were proposed in this pull request?
Currently, the SupportsCatalogs.listCatalogs() method returns an array
of NameIdentifier to represents the catalogs. Actually a String[] will
be more clear and easier to use.
### Why are the changes needed?
To make the API more clear to use.
Fix: apache#3702
### Does this PR introduce _any_ user-facing change?
Almost not; Just return type changed, will be more simple.
### How was this patch tested?
Yes, many test cases cover this API.
Describe the subtask
Currently, the SupportsCatalogs.listCatalogs() method returns an array of NameIdentifier to represents the catalogs. Actually a String[] will be more clear and easier to use.
Parent issue
#3626
The text was updated successfully, but these errors were encountered: