I have created branch-2.0, let's work on this feature in this branch. Regards, Jacky
On 2019/08/22 04:58:53, Ajith shetty <[email protected]> wrote: > Hi Community > > From https://issues.apache.org/jira/browse/SPARK-18127 Spark provides > SparkSessionExtensions in order to extended capabilities of spark. Carbon can > use this in order to avoid the tight coupling due to CarbonSession in spark > environment. > https://spark.apache.org/docs/2.4.3/api/java/org/apache/spark/sql/SparkSessionExtensions.html > > Main Scope: > 1. Compatible with Spark 2.3.2+ > 2. Make Carbon Parser Pluggable > a. Move to antlr4 based parser > 3. Make Analyzer Rules Pluggable > 4. Make Optimizer Rules Pluggable > 5. Make Planning Strategies Pluggable > > We can have Sub jiras in order to cover all the scenarios due to this. Please > input your thoughts. > > Regards >
