Evgenii Khramkov

Results 19 issues of Evgenii Khramkov

**Describe the bug** When querying from non-existent table, error from http or flight request exposes internal spice structure ![CleanShot 2024-05-22 at 08 44 56@2x](https://github.com/spiceai/spiceai/assets/827338/58f9ba8f-89d4-45af-9b4b-72f70917d311) ![CleanShot 2024-05-22 at 08 49 17@2x](https://github.com/spiceai/spiceai/assets/827338/90e89972-3b44-4c62-9677-487036d71da5)...

kind/bug

closes #1351 Postgres data connector will parse schema from prepare statement, for proper empty table support. Before - dataset from empty postgres table is registered, but schema is empty: ![CleanShot...

**Describe the bug** Postgress connection adapter expects to get at least 1 row from table, to infer a table schema. https://github.com/spiceai/spiceai/blob/4de4bfe70a1546ca51a9ef9b113234cf9d0fb8ef/crates/arrow_sql_gen/src/postgres.rs#L152-L158 https://github.com/spiceai/spiceai/blob/f09af0308f2eb89425ca7de24a6fc4856beb8be7/crates/db_connection_pool/src/dbconnection/postgresconn.rs#L102-L116 **Expected behavior** Instead it should use [`Client::prepare`](https://docs.rs/tokio-postgres/latest/tokio_postgres/struct.Client.html#method.prepare) which...

kind/bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** - import csv table in postgres ```csv "time","miner_name","fan_percentage" 2022-10-13 00:00:00.000 +0900,Diamond,79.48368078451227 2022-10-13 00:00:00.000 +0900,Platinum,70.78564207259579 2022-10-13...

kind/bug

**Describe the bug** Returns whole graphql response in logs: ``` 2024-06-03T23:33:03.355776Z WARN runtime: Unable to handle request for GraphQL: Failed to request data: { "errors": [ { "extensions": { "code":...

kind/bug

- add prepared venv project to the quickstart with all dependencies

REMEMBER, BE **SMART**! S: Specific M: Measurable A: Achievable R: Relevant T: Time-Bound ## Goal-State/What/Result Runtime should detect when GitHub requests are rate-limited for accelerated datasets and pause data refresh...

kind/enhancement

`user-select` should be used with prefix in Safari https://developer.mozilla.org/en-US/docs/Web/CSS/user-select