deephaven-core
deephaven-core copied to clipboard
Deephaven Community Core
This is a draft of a large rewrite - at this time there are still a few TODOs to follow up on, or code to finish implementing. We want to...
Simple mitigation for jedi setting the recursion limit too high for Python 3.9 and 3.10 to correctly handle RecursionErrors. This prevents a segfault for a known bug in jedi, and...
Enterprise would like to have access to the underlying FileIO object in the IcebergCatalogAdapter so the IcebergToolsS3 can be used directly without duplication
`removeBlink` is used by the Java API to disable the specialized aggregation semantics that blink tables implement. This wrapper adds the functionality to disable those semantics from the Python API.
Bumps [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser) from 3.23.0 to 3.26.1. Release notes Sourced from com.github.javaparser:javaparser-core's releases. javaparser-parent-3.26.1 Added Fix record declarations nested in annotation declarations (PR #4460 by @johannescoetzee) Changed Format code with spotless...
**Description** Creating Operation Initialization Thread while calling Python Script fails with debugging initializer. I have an Application built on Deephaven core that hangs when I execute a merge() operation from...
As a user, I would like to be able to work with fixed point decimal types over Arrow Feather and Flight. We might not be able to write until we...
As a user, I want the KafkaTools.consumeToTable method to throw an error that includes the offset and partition that failed to parse so that I can effectively debug the problem...