-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BACKLOG-27905] Updated snowflake mondrian dialect to have snowflake … #1119
Conversation
894cf92
to
c5918cb
Compare
Build Completed🔥 This pull request has some issues. It would be preferable to fix them in order for it to be just perfect. See below for more details. Some links are also available below for further assistance in addressing those issues. Build Commandsmvn -B -f 'pom.xml' -pl '.,mondrian' -P '!assemblies' -DrunITs=true -Dsurefire.runOrder=alphabetical -Dfailsafe.runOrder=alphabetical -Daudit -amd clean install Cleanup Commandsmvn -B -f 'pom.xml' -pl '.,mondrian' -P '!assemblies' -amd build-helper:remove-project-artifact Changed files demo/FoodMart.xml
mondrian/pom.xml
mondrian/src/it/java/mondrian/test/BasicQueryTest.java
mondrian/src/it/java/mondrian/test/DialectTest.java
mondrian/src/main/java/mondrian/spi/impl/SnowflakeDialect.java Integration Test CoverageThese statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.
|
mondrian/pom.xml
Outdated
@@ -164,6 +164,12 @@ | |||
<version>${mysql-connector-java.version}</version> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we don't include all the other possible jdbc drivers, I think we should leave this out. Readme suggests defining a profile in settings.xml. I'd stick with that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed - removed changes to pom.xml.
Sorta surprised the Foodmart.xml changes don't break a bunch of tests. Used to be there were hash checks in some tests. |
…native regex and pass more mondrian integration tests
c5918cb
to
ed41c51
Compare
Build Completed🔥 This pull request has some issues. It would be preferable to fix them in order for it to be just perfect. See below for more details. Some links are also available below for further assistance in addressing those issues. Build Commandsmvn -B -f 'pom.xml' -pl '.,mondrian' -P '!assemblies' -DrunITs=true -Dsurefire.runOrder=alphabetical -Dfailsafe.runOrder=alphabetical -Daudit -amd clean install Cleanup Commandsmvn -B -f 'pom.xml' -pl '.,mondrian' -P '!assemblies' -amd build-helper:remove-project-artifact Changed files demo/FoodMart.xml
mondrian/src/it/java/mondrian/test/BasicQueryTest.java
mondrian/src/it/java/mondrian/test/DialectTest.java
mondrian/src/main/java/mondrian/spi/impl/SnowflakeDialect.java Integration Test CoverageThese statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.
|
…native regex and pass more mondrian integration tests