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