[GitHub] [spark] nandini57 commented on issue #27056: [SPARK-27217][SQL] Nested schema pruning with Aggregation

2020-02-22 Thread GitBox
nandini57 commented on issue #27056: [SPARK-27217][SQL] Nested schema pruning 
with Aggregation
URL: https://github.com/apache/spark/pull/27056#issuecomment-590015859
 
 
   Thanks takeshi for the quick reply.i utilized extra optimization to include
   spark 4502 changes and it works pretty well.Very interested in including
   27217 as well
   
   On Sat, Feb 22, 2020 at 7:36 PM Takeshi Yamamuro 
   wrote:
   
   > Probably, you'd be better to ask that in the spark mailing list. Anyway,
   > we already have SparkSessionExtensions (or
   > SparkSession.experimental.extraOptimizations) for injecting custom rules
   > in 3rd-party projects. So, you can do so by using these interfaces (they
   > are experimental interfaces though).
   >
   > —
   > You are receiving this because you commented.
   > Reply to this email directly, view it on GitHub
   > 
,
   > or unsubscribe
   > 

   > .
   >
   


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



[GitHub] [spark] nandini57 commented on issue #27056: [SPARK-27217][SQL] Nested schema pruning with Aggregation

2020-02-22 Thread GitBox
nandini57 commented on issue #27056: [SPARK-27217][SQL] Nested schema pruning 
with Aggregation
URL: https://github.com/apache/spark/pull/27056#issuecomment-590009635
 
 
   Hi Spark Team, I am inclined to  add this change as a custom logical rule by 
copying over the Aggregate Nesting object in my spark project.We are using  
Spark 2.3 version and no immediate plans to move over to 3.x. Do you think it 
is a viable approach ?Any guidance much appreciated


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