You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/17 00:08:53 UTC

[GitHub] [spark] rdblue commented on issue #24117: [SPARK-27181][SQL]: Add public transform API (WIP)

rdblue commented on issue #24117: [SPARK-27181][SQL]: Add public transform API (WIP)
URL: https://github.com/apache/spark/pull/24117#issuecomment-473603204
 
 
   @rxin, @cloud-fan, please have a look at aa3af012b6689f587598014fca92c320f8f1acc1 in this PR. This adds a public expressions API for passing partition transforms. This is needed for the table catalog API. This is what Reynold and I had roughly agreed on the last time we discussed it.
   
   The API is a Java API with internal case classes for Spark to use. When transforms are passed to Spark, they must be produced by `Transforms` so Spark recognizes them.

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


With regards,
Apache Git Services

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