This is an automated email from the ASF dual-hosted git repository. liyafan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git
commit 43ed6331a4524ba99f2f5db506ab0029e5688f63 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
