opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

🦖 A SQL-on-everything Query Engine you can execute over multiple databases and file formats. Query your data, where it lives.

Results 266 opteryx issues
Sort by recently updated
recently updated
newest added

~~~ SELECT ARRAY_AGG(alma_mater) AS alma_mater_arr FROM $astronauts GROUP BY year ~~~

If we detect a query appears to have one fact table with many dimension tables joined off it, rather than us complex algo to determine the join ordering, start with...

⚙️ Query Optimizer

If you concatenate a table with 100 rows and 3 columns with a table with 0 rows and 5 columns using pyarrow.concat_tables, the result will be as follows: What Happens:...

### Thank you for taking the time to report a problem with Opteryx. _To help us to respond to your request we ask that you try to provide the below...

~~~sql SELECT LOG2(id) FROM $planets AS p1 UNION SELECT LOG2(id) FROM $planets AS p2 ~~~

### Thank you for taking the time to report a problem with Opteryx. _To help us to respond to your request we ask that you try to provide the below...

### Thank you for taking the time to report a problem with Opteryx. _To help us to respond to your request we ask that you try to provide the below...

High Priority 1️⃣

### Thank you for taking the time to report a problem with Opteryx. _To help us to respond to your request we ask that you try to provide the below...

Security 🛡️

### Thank you for taking the time to report a problem with Opteryx. _To help us respond to your request, please provide the following details about the bug._ --- **Describe...