]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/java/adapter/jdbc/src/test/resources/h2/test1_gmt_date_h2.yml
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / java / adapter / jdbc / src / test / resources / h2 / test1_gmt_date_h2.yml
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
12 name: 'table1'
13
14 type: 'gmt_date'
15
16 timezone: 'GMT'
17
18 vector: 'DATE_FIELD10'
19
20 create: 'CREATE TABLE table1 (date_field10 DATE);'
21
22 data:
23 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
24 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
25 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
26 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
27 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
28 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
29 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
30 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
31 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
32 - 'INSERT INTO table1 VALUES (''2018-02-12'');'
33
34 query: 'select date_field10 from table1;'
35
36 drop: 'DROP table table1;'
37
38 values:
39 - '17574'
40 - '17574'
41 - '17574'
42 - '17574'
43 - '17574'
44 - '17574'
45 - '17574'
46 - '17574'
47 - '17574'
48 - '17574'