rdblue commented on issue #25626: [SPARK-28892][SQL] Add UPDATE support for DataSource V2 URL: https://github.com/apache/spark/pull/25626#issuecomment-527674129 @xianyinxin, can you explain the required semantics for your proposed API? ``` void updateWhere(Map<String, Expression> sets, Filter[] filters); ``` It isn't clear what the requirement for a source would be. In addition, `Expression` is internal to catalyst and should be removed from the API.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
