[ 
https://issues.apache.org/jira/browse/BEAM-5820?focusedWorklogId=290217&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-290217
 ]

ASF GitHub Bot logged work on BEAM-5820:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Aug/19 05:19
            Start Date: 07/Aug/19 05:19
    Worklog Time Spent: 10m 
      Work Description: vectorijk commented on pull request #9189: [BEAM-5820] 
vendor calcite
URL: https://github.com/apache/beam/pull/9189#discussion_r311371979
 
 

 ##########
 File path: vendor/calcite-1_19_0/build.gradle
 ##########
 @@ -0,0 +1,63 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * License); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+plugins { id 'org.apache.beam.vendor-java' }
+
+description = "Apache Beam :: Vendored Dependencies :: Calcite 1.19.0"
+
+group = "org.apache.beam"
+version = "0.1"
+
+def calcite_version = "1.19.0"
+def avatica_version = "1.15.0"
+def prefix = "org.apache.beam.vendor.calcite.v1_19_0"
+
+vendorJava(
+  dependencies: [
+    "org.apache.calcite:calcite-core:$calcite_version",
+    "org.apache.calcite:calcite-linq4j:$calcite_version",
+    "org.apache.calcite.avatica:avatica-core:$avatica_version",
+  ],
+  relocations: [
+    "org.apache.calcite": "${prefix}.org.apache.calcite",
+
+    // Calcite has Guava on its API surface
+    "com.google.common": 
"org.apache.beam.vendor.guava.v26_0_jre.com.google.thirdparty",
+    "com.google.thirdparty": 
"org.apache.beam.vendor.guava.v26_0_jre.com.google.thirdparty",
+
+    // Making this self-contained, includes Calcite's dependencies
+    "org.apache.commons": "${prefix}.org.apache.beam",
 
 Review comment:
   addressed
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 290217)
    Time Spent: 1.5h  (was: 1h 20m)

> Vendor Calcite
> --------------
>
>                 Key: BEAM-5820
>                 URL: https://issues.apache.org/jira/browse/BEAM-5820
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-sql
>            Reporter: Kenneth Knowles
>            Assignee: Kai Jiang
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to