Bouncner

Results 182 comments of Bouncner

Any chance to can provide an example of how to trigger this issue? Which clang version do you use?

Hey, plan caching is part of Hyrise, not the parser itself. You can find more about the caching here: https://github.com/hyrise/hyrise/blob/master/src/lib/sql/sql_query_cache.hpp

Maybe you want to take a look at Hyrise, which has several visualization options (printing the relational tree, the optimized tree, and the phyiscal plan tree). A short explaination can...

Hey @chsalgado, we had CSV problems as well (see #11), but the mentioned row looks fine to me: ``` $ grep '^220222' aka_name.csv 220222,538021,"\"Borolas\", Joaquín García Vargas",,B6425,J2526,B642,6526774f1ce04414f56476409ce59060 ``` Maybe your...

Thanks for raising this issue. Do you have a link to the bison issue?

Without having looked at the issue, I am not in favor of temporarily disabling useful flags just for certain unfixed issues. Changes are too good that nobody will revert the...

Maybe introduce a `relaxed` flag (see here: https://github.com/hyrise/hyrise/blob/3228b77c02306e4bd15c207f87717af8acd30522/src/CMakeLists.txt#L51) which we recommend when someone uses these compilers with debug mode?

This "horrible workaround" might be related: https://stackoverflow.com/questions/59250210/how-do-i-implement-equality-compare-operators-for-boost-hana-structs

~Still working on it, but currently it looks as if there is a significant impact. This is a single-threaded server on rapa.~ ~Not sure yet where this comes from.~ Edit:...