Skip to content
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

new:dev:Upgrade Apache Calcite to 1.13 #95

Merged
merged 13 commits into from
Jul 10, 2017
Prev Previous commit
Next Next commit
Update calcite version to q2
  • Loading branch information
Rajat Venkatesh committed Jul 10, 2017
commit ee44314a2ba80d89aa852f89bf0c1de7865b9fe6
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<joda.time.version>2.7</joda.time.version>
<jackson.asl.version>1.9.13</jackson.asl.version>
<jackson.version>2.4.0</jackson.version>
<calcite.version>1.13.0-q2-SNAPSHOT</calcite.version>
<calcite.version>1.13.0-q2</calcite.version>
<avatica.version>1.10.0</avatica.version>
<assertj.version>2.3.0</assertj.version>
<!-- check if there is a better way -->
Expand Down