Results 5 issues of Juraj Pohanka

**Trino version**: 389 **Description**: Let's assume that we have a Pinot table `tab` and in this table, we have the following columns: - `array_col_keys` - array-type column, representing **keys of...

**Trino version**: 389 **Description**: Let's assume that we have a Pinot table `tab` and in this table, we have the following columns: - `some_quantity` - double-type column Consider the following...

**Issue type**: feature request **Pinot version**: 0.8.0 **Description**: We are using the Golang module for connecting with Pinot in our internal applications. So far, the JSON-based communication does not pose...

### Is your feature request related to a problem? Currently, the functionality of `parse_sql` is limited to very simple queries. ### What is the motivation behind your request? There is...

feature

### What happened? I have the following toy example of an unbounded table: ``` tx_schema = { "date_id": "date", "store_id": "int32", "sold_amount": "double", "quantity": "double", } tx = ibis.table( name="tx",...

bug