spiceai / spiceai

A self-hostable CDN for databases. Spice provides a unified SQL query interface and portable runtime to locally materialize, accelerate, and query datasets across databases, data warehouses, and data lakes.

Home Page:https://docs.spiceai.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowflake quickstart Unsupported scalar: IntervalMonthDayNano(\"1660206966633859645440\")

sgrebnov opened this issue · comments

Describe the bug
When I follow Snowflake quickstart there is the following error when I run TPC-H test query

Error An internal error occurred. Execute '.error' to show details.
sql> .error
Status { code: Internal, message: "Unable to collect results after query execution: This feature is not implemented: Unsupported scalar: IntervalMonthDayNano("1660206966633859645440")", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Mon, 27 May 2024 22:14:32 GMT", "content-length": "0"} }, source: None }

Duplicate of #1580