Jon Vuri
Jon Vuri
@domoritz Hi! Just an update on this - we are tracking the main sources of the vulnerability warnings and will address them by the next major release (not the immediate...
@domoritz We just released 5.1.0. The remaining vulnerabilities fall into this category, currently: * dev dependency * Thrift We are investigating a Thrift runtime upgrade to be done shortly, but...
Tracking in https://jira.omnisci.com/browse/FE-8236
@nermaljcat is correct, this is an issue with Thrift not handling the .onerror event of the XHR, resulting in the exception blowing up the stack with no info.
Tracking in https://jira.omnisci.com/browse/FE-8235
This is planned as an upcoming enhancement, along with potentially simplifying / automating the wrapping of Thrift bindings. Thanks for the feedback! Good to know it's looked for.
Tracking related item for Thrift bindings in https://jira.omnisci.com/browse/FE-4814
@whitehander Hi! It seems like there might be a syntax issue with your query - instead of `"SELECT * FROM table')"`, it should probably be `"SELECT * FROM table"`. Could...
@whitehander Does the same query work if you try it through the `mapdql` utility that comes with mapd-core?
Tracking as https://jira.omnisci.com/browse/FE-8225