Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit d09af9a

Browse files
authored
Update E2E tests (#1326)
1 parent e3b274f commit d09af9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/it/testcases/test_ingest.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ var (
7979
"originairportid": "Nullable(String)",
8080
"origincityname": "Nullable(String)",
8181
"origincountry": "Nullable(String)",
82-
"originlocation_lat": "Nullable(String)",
83-
"originlocation_lon": "Nullable(String)",
82+
"originlocation_lat": "Nullable(Float64)",
83+
"originlocation_lon": "Nullable(Float64)",
8484
"originregion": "Nullable(String)",
8585
"originweather": "Nullable(String)",
8686
"timestamp": "DateTime64(3)",
@@ -197,8 +197,8 @@ var (
197197
"geoip_city_name": "Nullable(String)",
198198
"geoip_continent_name": "Nullable(String)",
199199
"geoip_country_iso_code": "Nullable(String)",
200-
"geoip_location_lat": "Nullable(String)",
201-
"geoip_location_lon": "Nullable(String)",
200+
"geoip_location_lat": "Nullable(Float64)",
201+
"geoip_location_lon": "Nullable(Float64)",
202202
"geoip_region_name": "Nullable(String)",
203203
"manufacturer": "Array(String)",
204204
"order_date": "DateTime64(3)",

0 commit comments

Comments
 (0)