You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2016/03/17 21:10:09 UTC

[2/8] calcite git commit: [CALCITE-1146] Wrong path in CSV example model (wanglan)

[CALCITE-1146] Wrong path in CSV example model (wanglan)

Close apache/calcite#208


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/caa1cd32
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/caa1cd32
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/caa1cd32

Branch: refs/heads/master
Commit: caa1cd326f545ee120aa34ae3abb480a30f2a3b4
Parents: 5e3db15
Author: wanglan <la...@huawei.com>
Authored: Thu Mar 10 14:38:07 2016 +0800
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu Mar 17 12:32:00 2016 -0700

----------------------------------------------------------------------
 example/csv/src/test/resources/model-with-view.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/caa1cd32/example/csv/src/test/resources/model-with-view.json
----------------------------------------------------------------------
diff --git a/example/csv/src/test/resources/model-with-view.json b/example/csv/src/test/resources/model-with-view.json
index 11d8058..2c190e9 100644
--- a/example/csv/src/test/resources/model-with-view.json
+++ b/example/csv/src/test/resources/model-with-view.json
@@ -25,7 +25,7 @@
       type: 'custom',
       factory: 'org.apache.calcite.adapter.csv.CsvSchemaFactory',
       operand: {
-        directory: 'target/test-classes/sales'
+        directory: 'sales'
       },
       tables: [
         {