This is an automated email from the ASF dual-hosted git repository.

hyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new eb57665  [CALCITE-3958] Revise documentation of gradle.properties in 
Cassandra/Piglet and SubstitutionVisitor (xzh)
eb57665 is described below

commit eb57665ee1dfff6c1f9529223bafc9e74f54ff42
Author: dz <[email protected]>
AuthorDate: Sat Apr 25 15:23:03 2020 +0800

    [CALCITE-3958] Revise documentation of gradle.properties in 
Cassandra/Piglet and SubstitutionVisitor (xzh)
    
    1. Revise cassandra/piglet gradle.properties
    2. Revise doc of SubstitutionVisitor
    
    Close #1945
---
 cassandra/gradle.properties                                         | 4 ++--
 core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java | 2 ++
 piglet/gradle.properties                                            | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/cassandra/gradle.properties b/cassandra/gradle.properties
index b5cc77b..32e45ba 100644
--- a/cassandra/gradle.properties
+++ b/cassandra/gradle.properties
@@ -14,5 +14,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-description=A library designed to abstract away any required dependency on a 
metrics library
-artifact.name=Apache Calcite Avatica Metrics
+description=Cassandra adapter for Calcite
+artifact.name=Calcite Cassandra
diff --git 
a/core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java 
b/core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java
index 1c01ab5..301f77d 100644
--- a/core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java
+++ b/core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java
@@ -117,8 +117,10 @@ import static org.apache.calcite.rex.RexUtil.removeAll;
  * {@link org.apache.calcite.rel.core.TableScan},
  * {@link org.apache.calcite.rel.core.Filter},
  * {@link org.apache.calcite.rel.core.Project},
+ * {@link org.apache.calcite.rel.core.Calc},
  * {@link org.apache.calcite.rel.core.Join},
  * {@link org.apache.calcite.rel.core.Union},
+ * {@link org.apache.calcite.rel.core.Intersect},
  * {@link org.apache.calcite.rel.core.Aggregate}.</p>
  */
 public class SubstitutionVisitor {
diff --git a/piglet/gradle.properties b/piglet/gradle.properties
index 2213c81..a2b4c85 100644
--- a/piglet/gradle.properties
+++ b/piglet/gradle.properties
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
 description=Pig-like language built on top of Calcite algebra
-artifact.name=Apache Calcite Avatica Metrics
+artifact.name=Calcite Piglet

Reply via email to