Charles P. Wright
Charles P. Wright
This is being called from Python import machinery. If called from the console without going through the import machinery the operation does not hang. I think that must be key...
I found the "int_" and "float" types confusing. Perhaps we could introduce jint, jfloat, j* to match the Deephaven Java types and not break backwards compatibility? [Thanks to Cristian for...
For aj, we only need comparability not equality; so reinterpreting should always be fine - as long as we do it consistently.
There are also cases where the customer wants "nested" tables. A stylized example of a request we had for Solace was: {type: "complex order" id: 1234 legs: [ {id: 1234_1,...
Fixed in https://github.com/deephaven/deephaven-core/pull/7035.