ajantha-bhat commented on a change in pull request #3641: [CARBONDATA-3737]
support prestodb and prestosql
URL: https://github.com/apache/carbondata/pull/3641#discussion_r392343610
##########
File path: integration/presto/pom.xml
##########
@@ -688,5 +675,105 @@
<maven.test.skip>true</maven.test.skip>
</properties>
</profile>
+ <profile>
+ <id>prestodb</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
Review comment:
By default sprak2.3 and prestosql is active. Hence intentionally made 2
active profiles.
If user needs prestodb he needs to specify the profile, similar to spark2.4
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services