Yaroslav Litvinov
Yaroslav Litvinov
So do we have some observations, on how this works ? Here are my thoughts on subject, though I didn't collect evidences confirmed by tests: * Without dedicated executor, it...
Ok, so I see proposal mostly about replacing timestamp based id by id based on atomic counter . That can work in case our history list is only grows and...
Tests stuck, I think here is a deadlock. test tests::dashboard::test_ui_dashboard has been running for over 60 seconds test tests::navigation_trees::test_ui_databases_navigation has been running for over 60 seconds test tests::tables::test_ui_tables has been...
BE filters: (Moved from other issue) 
I guess this is because NaiveTime used (in Metastore) which have no information about timezone
### Problem As reported in the https://github.com/Embucket/embucket/issues/1833 Embucket has issues loading a single page (250 items) of query history. This happens because every QueryRecord has an embedded result-set data. To...
> [@YaroslavLitvinov](https://github.com/YaroslavLitvinov) Did you run in `--release` mode? Without it, the debug info may be the cause of the issue itself (we had this problem with flatten). However, stack trace...
@Vedin Actually this PR regarding documenting a database functions, but my comment is about documenting a rust code itself. cargo doc is the standard—similar to how Javadoc or other inline...
> What about the arrow format? I didn't check arrow
@osipovartem I didn't specify `TERSE` in query, so if this option is enabled by default in Embucket we should state it somehow.