tdcmeehan commented on PR #58417: URL: https://github.com/apache/spark/pull/58417#issuecomment-5499040448
Could we follow other Spark ML transformers and add `handleInvalid` with `error` (default), `skip`, and `keep`? keep could produce the proposed empty hash array. This preserves existing behavior while letting users opt into tolerant handling, consistent with `VectorSizeHint` and `VectorAssembler`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
