Skip to content

Commit 78502af

Browse files
committed
BI: Fix Q19 and Q20 return values
1 parent f5d0ae5 commit 78502af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

query-specifications/bi-read-19.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ result:
3232
- name: person2.id
3333
type: ID
3434
- name: totalWeight
35-
type: 32-bit Float
35+
type: 32-bit Integer
3636
category: calculated
3737
sort:
3838
- name: person1.id

query-specifications/bi-read-20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ result:
3232
- name: person1.id
3333
type: ID
3434
- name: totalWeight
35-
type: 64-bit Integer
35+
type: 32-bit Integer
3636
category: calculated
3737
sort:
3838
- name: totalWeight

0 commit comments

Comments
 (0)