Closed lsetiawan closed 6 years ago
Has this issue been addressed?
Not yet.
This issue was addressed in #136.
@lsetiawan So, this issue is closed and you've implemented the fix. As we've discussed, this will be a disruptive change. Ultimately, it's necessary. But I was thinking, what if we deploy it as a less painful, gradual transition? That is, implement it first as a behavior that is accessible by request via an optional argument, rather than as the default. The default behavior would remain as it was, to return a dataframe with all-lowercase column names.
What do you think? I'm reopening this issue to expose the discussion.
PR #140 has been merged. This issue is resolved.
getResultValues
dataframes seems to be returning column names that are all lowercase rather thanCamelCase
. This is inconsistent with theCamelCase
keys that all the resulting model have when queried.Example:
This links to ODM2RESTAPI, which currently serializes this data with all lowercase keys. See odm2restapi issue 55
I think future change is needed to make the casing consistent with other query results.