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

hongze 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 a2e9f82  Following [CALCITE-2864], remove a redundant file generated 
by test
a2e9f82 is described below

commit a2e9f82f10355be40a7348707d2659270f06dda0
Author: Hongze Zhang <[email protected]>
AuthorDate: Thu Feb 28 12:10:41 2019 +0800

    Following [CALCITE-2864], remove a redundant file generated by test
---
 core/custom-schema-model.json | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/core/custom-schema-model.json b/core/custom-schema-model.json
deleted file mode 100644
index bde460d..0000000
--- a/core/custom-schema-model.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  version: '1.0',
-  defaultSchema: 'adhoc',
-  schemas: [
-    {
-      name: 'empty'
-    },
-    {
-      name: 'adhoc',
-      type: 'custom',
-      factory: 'org.apache.calcite.test.JdbcTest$MySchemaFactory',
-      operand: {'tableName': 'ELVIS'}
-    }
-  ]
-}

Reply via email to