BigQuery - The specified colum type is currently unsupported by the driver for column RANGE

I'm getting this error when using `RANGE(date, date)` in BigQuery. Any fixes?

0
Hi Dawid,

I checked that function, and it's related to the jdbc driver version not supporting it for some reason. I switched to the 1.6.1 jdbdc driver, and it worked just fine. Please change the driver and restart the IDE. See if it works

https://www.jetbrains.com/help/datagrip/jdbc-drivers.html#change-the-driver-version
0

请先登录再写评论。