]> git.proxmox.com Git - ceph.git/blame - ceph/src/arrow/java/adapter/jdbc/src/test/resources/h2/test1_bool_h2.yml
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / java / adapter / jdbc / src / test / resources / h2 / test1_bool_h2.yml
CommitLineData
1d09f67e
TL
1#Licensed to the Apache Software Foundation (ASF) under one or more contributor
2#license agreements. See the NOTICE file distributed with this work for additional
3#information regarding copyright ownership. The ASF licenses this file to
4#You under the Apache License, Version 2.0 (the "License"); you may not use
5#this file except in compliance with the License. You may obtain a copy of
6#the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
7#by applicable law or agreed to in writing, software distributed under the
8#License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
9#OF ANY KIND, either express or implied. See the License for the specific
10#language governing permissions and limitations under the License.
11
12name: 'table1'
13
14type: 'bool'
15
16vector: 'BOOL_FIELD2'
17
18create: 'CREATE TABLE table1 (bool_field2 BOOLEAN);'
19
20data:
21 - 'INSERT INTO table1 VALUES (1);'
22 - 'INSERT INTO table1 VALUES (1);'
23 - 'INSERT INTO table1 VALUES (1);'
24 - 'INSERT INTO table1 VALUES (1);'
25 - 'INSERT INTO table1 VALUES (1);'
26 - 'INSERT INTO table1 VALUES (1);'
27 - 'INSERT INTO table1 VALUES (1);'
28 - 'INSERT INTO table1 VALUES (1);'
29 - 'INSERT INTO table1 VALUES (1);'
30 - 'INSERT INTO table1 VALUES (1);'
31
32query: 'select bool_field2 from table1;'
33
34drop: 'DROP table table1;'
35
36values:
37 - 'true'
38 - 'true'
39 - 'true'
40 - 'true'
41 - 'true'
42 - 'true'
43 - 'true'
44 - 'true'
45 - 'true'
46 - 'true'