-
Couldn't load subscription status.
- Fork 1.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
On running the query below on the Clickbench multi file dataset,
SELECT "SearchPhrase" FROM hits WHERE "SearchPhrase" <> '' ORDER BY to_timestamp_seconds("EventTime"), "SearchPhrase" LIMIT 10;
we get this error,
Arrow error: Invalid argument error: The data type type Binary has no natural orderTo Reproduce
Download the data using,
./benchmarks/bench.sh data clickbench_partitionedA hits_multi directory with the parquet files will be created.
Execute the above queries,
datafusion-cli -c "CREATE EXTERNAL TABLE hits STORED AS PARQUET LOCATION 'hits_multi';" "{query}"Expected behavior
The queries should run successfully without erroring.
Additional context
Datafusion 29.0.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working