Jonathan Goodwin
Jonathan Goodwin
The motivation for adding this catch is because checkexception is often thrown for data validation errors. In particular, Analyze would crash repl if the user forgot to issue the cd...
I re-ran the build & test on Doozer from the `master` branch. All tests passed. As per the earlier recommendation, I will not pursue correcting this timing issue at this...
This issue still exists, detected after ingesting chunks ("load chunk") within `BitFunnel repl`. ~~~ ==109664== 768 bytes in 8 blocks are definitely lost in loss record 1 of 2 ~~~...
I successfully built BitFunnel using VS 2017 today. I typically use "cmake-gui" to invoke CMake, rather than command line building, so I never used the recommended .BAT file. Perhaps the...
When choosing a target density number, what is the trade-off the user making? I want to write help text that briefly summarizes what a lower density gives you vs. what...
I have used Doxygen previously on one of my projects. I will be happy to run it on BitFunnel and link the results for you to view. I can also...
The referenced PR ensures that ParseError exceptions are caught and therefore do not crash the engine. The query result (Instrumentation) reflects whether the query was successfully run. The work that...
Yes, it is definitely a runtime coercion, converting a pure pointer to a fat pointer. So, that is true. But I believe the fact that coercion is involved does not...
Addendum: Wikipedia's section on [coercions as part of the subtyping](https://en.wikipedia.org/wiki/Subtyping#Coercions) article, which also seems to suggest that these two words reflect different concepts that can sometimes align, and that subtyping...
@RalfJung Thank you for your detailed response. Most importantly, yes, you may re-purpose this issue to track your suggestion. I certainly understand the importance of language designers defining terms in...