Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayTransformation might fail if column name us a number #38

Closed
benedeki opened this issue Nov 3, 2022 · 0 comments · Fixed by #39
Closed

ArrayTransformation might fail if column name us a number #38

benedeki opened this issue Nov 3, 2022 · 0 comments · Fixed by #39
Assignees
Labels
bug Something isn't working Standardization

Comments

@benedeki
Copy link
Contributor

benedeki commented Nov 3, 2022

Describe the bug

The method ArrayTransformations.arrCol does not consider the possibility of a column having a numeric name. Spark Execution then will fail.

Expected behavior

Take numeric name columns into account.

@benedeki benedeki added bug Something isn't working Standardization labels Nov 3, 2022
@benedeki benedeki self-assigned this Nov 3, 2022
benedeki added a commit that referenced this issue Nov 6, 2022
* method `ArrayTransformations.arrCol` renamed to `StdSchemaUtils.evaluateColumnName`
* added unit tests for the method
benedeki added a commit that referenced this issue Nov 16, 2022
* Upgrade to spark-commons 0.4.0
* method `ArrayTransformations.arrCol` replaced by _Spark Commons_' `col_of_path` function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Standardization
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant