rdblue commented on issue #26425: [SPARK-29789][SQL] should not parse the bucket column name when creating v2 tables URL: https://github.com/apache/spark/pull/26425#issuecomment-552685773 @cloud-fan, thanks for the responses. Sorry that I thought you were changing the behavior at first. For the question about whether to use the methods in LogicalExpressions or to use FieldReference directly, I think it's easier to use the FieldReference case class directly. That way, using references internally always goes through FieldReference. That's why we added the extractors that can match any NamedReference implementation and will look like a FieldReference. But, whether to instantiate everything through the case class or not doesn't really matter.
---------------------------------------------------------------- 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]
