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-551177714
 
 
   @cloud-fan, I think this misunderstands the purpose of the API. That API is 
for end users, where parsing the name is the correct thing to do.
   
   Internal uses should go directly to the `LogicalExpressions` helpers and 
create the case class implementation of `NamedReference` directly. That class 
is `FieldReference`. That's why the Parser uses `FieldReference`, not 
`NamedReference`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to