Devin Smith

Results 190 comments of Devin Smith

https://github.com/orgs/community/discussions/128247

I think BigInteger should be the default for this case; ideally, I'd like the ability to configure on a column-by-column basis to change the desired behavior. I could imagine some...

Here's a public dataset that demonstrates the same issue: ```python from deephaven import parquet from deephaven.experimental import s3 from datetime import timedelta amazon_reviews = parquet.read( "s3://datasets-documentation/amazon_reviews/", special_instructions=s3.S3Instructions( "eu-west-3", anonymous_access=True, read_ahead_count=8,...

Is "Version" here meant to represent the grpc version, or the Deephaven version? We should be internally consistent among our different languages.

I'm assuming something like `grpc-java/ (deephaven/)` would be what we want for the java client?

From the perspective of "worker to worker", it may also be good to have a property describing how the server was packaged, ie "native", "py-embedded-server", "dnd", etc.

There may be special considerations we want to take for the javascript user-agent (if changing the user-agent is even possible from the context of the browser?); it seems like keeping...