adamviola / parquet-explorer

Explore Parquet files with SQL
MIT License
21 stars 5 forks source link

DESCRIBE function doesn't work #5

Closed odedfos closed 5 months ago

odedfos commented 8 months ago

DUCKDB support the DESCRIBE function. This is useful for inspecting the parquet schema. When I run the command in the SQL terminal DESCRIBE SELECT * FROM data; I get the following error: Parser Error:syntax error at or near "SELECT" LINE 2: DESCRIBE SELECT * FROM data

adamviola commented 5 months ago

Thanks @cathaypacific8747 for the PR that fixes this! Just uploaded v1.1.0 to the marketplace