Replies: 1 comment
-
|
maybe it is related to #376 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
following query works in proton, which is good
following DDL works as well but query the stream will return run time error
create stream geoip_url( ip_range_start ipv4, ip_range_end ipv4, country_code nullable(string), state1 nullable(string), state2 nullable(string), city nullable(string), postcode nullable(string), latitude float64, longitude float64, timezone nullable(string) ) engine=URL('https://raw.githubusercontent.com/sapics/ip-location-db/master/dbip-city/dbip-city-ipv4.csv.gz', 'CSV');is it because the URL table engine is actually not supported?
Beta Was this translation helpful? Give feedback.
All reactions