-
Notifications
You must be signed in to change notification settings - Fork 95
sdk(files): Return data set attributes with the correct typeΒ #2671
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingpriority-mediumNot functioning - next quarter if capacity permitsNot functioning - next quarter if capacity permitsseverity-mediumBug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.v4Prospective changes for v4Prospective changes for v4
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-mediumNot functioning - next quarter if capacity permitsNot functioning - next quarter if capacity permitsseverity-mediumBug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.v4Prospective changes for v4Prospective changes for v4
Type
Projects
Status
Medium Priority
Describe the bug
Extenders of the zos-files-sdk receive data set attribute values as string when some of them should be numbers.
Expected and actual results
Perform a
List.DataSetoperation and notice that numeric values (e.g.blksz) are returned as stringsDescribe your environment
N/A: SDK-related issue
Additional context
This came up because of how extenders of the
zos-files-sdk(like Zowe Explorer) may have to parse certain values to their correct types.Relevant files