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
I am seeing a very similar issue related to the previous issue I had opened for the merge transform: #145.
Would you mind adding support for case sensitivity for all the supported transforms I have listed below?
Here is a list of transforms that I have directly found the bug in.
dataFrame.bake()
dataFrame.renameSeries()
dataFrame.where()
Here is a list of some other transforms that my codebase uses but haven't gotten the chance to test for the bug in there. I suspect some of these do contain the bug as well. If you could check these as well, that would awesome!
getColumns
getColumnNames()
getSeries()
withSeries()
subset()
dropSeries
reorderSeries
toArray
toRows()
count()
forEach
orderBy
orderByDescending
Thanks,
Yaksh
The text was updated successfully, but these errors were encountered:
yakshpatell
changed the title
Case Sensitivity Bug in Many Transforms
Case Sensitivity Bug in Several Transforms
Jul 12, 2022
Hello,
I am seeing a very similar issue related to the previous issue I had opened for the merge transform: #145.
Would you mind adding support for case sensitivity for all the supported transforms I have listed below?
Here is a list of transforms that I have directly found the bug in.
Here is a list of some other transforms that my codebase uses but haven't gotten the chance to test for the bug in there. I suspect some of these do contain the bug as well. If you could check these as well, that would awesome!
Thanks,
Yaksh
The text was updated successfully, but these errors were encountered: