You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fo...@apache.org on 2021/05/14 05:02:37 UTC

[calcite] branch master updated: [CALCITE-4601] Fix wrong example CSV adapter apidocs URL in SchemaFactory

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

forwardxu 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 aedb42e  [CALCITE-4601] Fix wrong example CSV adapter apidocs URL in SchemaFactory
aedb42e is described below

commit aedb42e041faff73bfb2d88de95563d04871cfbd
Author: wangxianghu <wx...@126.com>
AuthorDate: Tue May 11 14:21:33 2021 +0800

    [CALCITE-4601] Fix wrong example CSV adapter apidocs URL in SchemaFactory
---
 core/src/main/java/org/apache/calcite/schema/SchemaFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/calcite/schema/SchemaFactory.java b/core/src/main/java/org/apache/calcite/schema/SchemaFactory.java
index 0d32e2a..290cb80 100644
--- a/core/src/main/java/org/apache/calcite/schema/SchemaFactory.java
+++ b/core/src/main/java/org/apache/calcite/schema/SchemaFactory.java
@@ -24,7 +24,7 @@ import java.util.Map;
  * <p>A schema factory allows you to include a custom schema in a model file.
  * For example, here is a model that contains a custom schema whose tables
  * read CSV files. (See the
- * <a href="http://calcite.apache.org/apidocs/org/apache/calcite/adapter/csv/package-summary.html">example CSV adapter</a>
+ * <a href="https://calcite.apache.org/javadocAggregate/org/apache/calcite/adapter/csv/package-summary.html">example CSV adapter</a>
  * for more details about this particular adapter.)
  *
  * <blockquote><pre>{