Github user rxin commented on the issue:
https://github.com/apache/spark/pull/21121
@lokm01 wouldn't @ueshin's suggestion on adding a second parameter to
transform work for you? You can just do something similar to `transform(x,
(entry, index) -> struct(entry, index))`. Perhaps zip_with_index is just an
alias for that.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
