You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/04/22 04:21:00 UTC

[jira] [Work logged] (BEAM-9379) Upgrade to Calcite 1.22.0

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

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

                Author: ASF GitHub Bot
            Created on: 22/Apr/20 04:20
            Start Date: 22/Apr/20 04:20
    Worklog Time Spent: 10m 
      Work Description: vectorijk commented on a change in pull request #11058:
URL: https://github.com/apache/beam/pull/11058#discussion_r412658094



##########
File path: vendor/calcite-1_22_0/build.gradle
##########
@@ -0,0 +1,111 @@
+/*
+ * 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.22.0"
+
+group = "org.apache.beam"
+version = "0.1"
+
+def calcite_version = "1.22.0"
+def avatica_version = "1.16.0"
+def prefix = "org.apache.beam.vendor.calcite.v1_22_0"
+
+List<String> packagesToRelocate = [
+        "antlr",
+        "com.beust",
+        "com.esri",
+        "com.fasterxml",
+        "com.google.common",
+        "com.google.gson",
+        "com.google.inject",
+        "com.google.protobuf",
+        "com.google.thirdparty",
+        "com.jayway.jsonpath",
+        "com.yahoo",
+        "javax",
+        "net.minidev",
+        "net.sf",
+        "org.antlr",
+        "org.aopalliance",
+        "org.apache.calcite",
+        "org.apache.commons",
+        "org.apache.http",
+        "org.apache.tool",
+        "org.apiguardian.api",
+        "org.codehaus",
+        "org.easymock",
+        "org.eclipse.jetty",
+        "org.json",
+        "org.objectweb",
+        "org.objenesis",
+        "org.pentaho",
+        "org.slf4j",

Review comment:
       move logging library as runtime dependencies




----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 426008)
    Time Spent: 1h 20m  (was: 1h 10m)

> Upgrade to Calcite 1.22.0
> -------------------------
>
>                 Key: BEAM-9379
>                 URL: https://issues.apache.org/jira/browse/BEAM-9379
>             Project: Beam
>          Issue Type: Task
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Rui Wang
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Upgrade to Calcite 1.22.0 after it gets released (expected by end of Feb 2020).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)