Maxim Bogdanov

Results 5 issues of Maxim Bogdanov

Do you have any thoughts on sparse indexes and column preordering (like it is done in the Clickhouse, for instance)? I haven't found anything related (maybe it's already there, sorry...

collect performance stats of resolvers

Test fails ``` #[tokio::test] #[allow(clippy::too_many_lines)] #[should_panic( expected = "Failed to get error response: reqwest::Error { kind: Decode, source: Error(\"missing field `message`\", line: 1, column: 122) }" )] ``` link: https://github.com/Embucket/embucket/blob/6bcc863e380eb68a9850d00fa50c9249ea9d8883/crates/api-ui/src/tests/databases.rs#L17

Currently, `convert_timezone` only supports scalar values. It needs to be extended to handle arrays as well.

## The Problem: Precision Limitations in DIV0 Function The issue at hand concerns the `DIV0` (divide by zero) function in DataFusion, specifically when dealing with DECIMAL precision greater than 29....