This is an automated email from the ASF dual-hosted git repository.
xiong 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 f43e079 Fix typo in filterable-model.yaml
f43e079 is described below
commit f43e0797571a77c687971d7aafade4cc5b7b2ac5
Author: 吴伟杰 <[email protected]>
AuthorDate: Tue Feb 1 01:19:41 2022 +0800
Fix typo in filterable-model.yaml
---
example/csv/src/test/resources/filterable-model.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/csv/src/test/resources/filterable-model.yaml
b/example/csv/src/test/resources/filterable-model.yaml
index 17ccffb..bd27b2d 100644
--- a/example/csv/src/test/resources/filterable-model.yaml
+++ b/example/csv/src/test/resources/filterable-model.yaml
@@ -18,7 +18,7 @@
# except that it produces tables that implement FilterableTable.
# These tables can implement their own simple filtering.
#
-version: 1.0,
+version: 1.0
defaultSchema: SALES
schemas:
- name: SALES