]> git.proxmox.com Git - ceph.git/blame - ceph/src/arrow/java/adapter/jdbc/src/test/resources/h2/test1_real_h2.yml
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / java / adapter / jdbc / src / test / resources / h2 / test1_real_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: 'real'
15
16vector: 'REAL_FIELD8'
17
18create: 'CREATE TABLE table1 (real_field8 REAL);'
19
20data:
21 - 'INSERT INTO table1 VALUES (56478356785.345);'
22 - 'INSERT INTO table1 VALUES (56478356785.345);'
23 - 'INSERT INTO table1 VALUES (56478356785.345);'
24 - 'INSERT INTO table1 VALUES (56478356785.345);'
25 - 'INSERT INTO table1 VALUES (56478356785.345);'
26 - 'INSERT INTO table1 VALUES (56478356785.345);'
27 - 'INSERT INTO table1 VALUES (56478356785.345);'
28 - 'INSERT INTO table1 VALUES (56478356785.345);'
29 - 'INSERT INTO table1 VALUES (56478356785.345);'
30 - 'INSERT INTO table1 VALUES (56478356785.345);'
31
32query: 'select real_field8 from table1;'
33
34drop: 'DROP table table1;'
35
36values:
37 - '56478356785.345f'
38 - '56478356785.345f'
39 - '56478356785.345f'
40 - '56478356785.345f'
41 - '56478356785.345f'
42 - '56478356785.345f'
43 - '56478356785.345f'
44 - '56478356785.345f'
45 - '56478356785.345f'
46 - '56478356785.345f'