Charles P. Wright

Results 16 issues of Charles P. Wright

**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...

bug
query engine
core
python
python-server-side

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...

feature request
triage

As a user, I want to build aggregations of recent data without consuming memory for states that have since been removed. When a state loses it's last row and is...

feature request
query engine
core
breaking

As a developer, I want the io.deephaven.engine.table.impl.by.IncrementalChunkedOperatorAggregationStateManagerOpenAddressedBase#add method to be split into an initial build and an incremental build, so that the alternate table and incremental rehash logic need not...

feature request
query engine
core

**Description** When hovering over the Column A, I expect to see a count of "a" and "b": ``` from deephaven import empty_table et=empty_table(100).update("A=i%2==1?`b`:`a`") ``` Instead I just see the unique...

feature request
jsapi
core

As a user, there are some situations in which I would like to include the topic name as an output column from the Kafka ingester as an optional property driven...

feature request
core
kafka

As a user, I want to be able to multi-select CSV files when uploading tables, so that I can more quickly view a set of files rather than uploading them...

enhancement

**Description** In a Core+ worker, the following script produces an error related to Execution contexts. Failed in both 0.35.2 and an earlier version (TBD). ``` // This works ok source...

bug
core

As a systems integrator, I want to be able to have increased control over writing parquet files so that I can implement a process for transforming data overnight. This ticket...

feature request
core
parquet