I want to use Catalyst rules to transform star-scheme SQL query to SQL query to denormalized star-scheme where some fields from dimensions tables are represented in facts table. I tried to find some extension points to add own rules to make a transformation described above. But I didn't find any extension points. So there are the following questions: 1) How can I add own rules to catalyst optimizer? 2) Is there another solution to implement a functionality described above?
-- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Extending-Spark-Catalyst-optimizer-with-own-rules-tp26552.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org