-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Barrage/web UI support for BigDecimal and BigInteger. #1627
Conversation
… of more general decimal support.
...s/parquet/table/src/main/java/io/deephaven/parquet/table/location/ParquetColumnLocation.java
Show resolved
Hide resolved
Discussed with Colin and created #1626 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed everything but the Kafka examples. I think the Parquet implementation has bugs except for binary/fixed. I think we need more testing.
engine/table/src/main/java/io/deephaven/engine/table/impl/CodecLookup.java
Outdated
Show resolved
Hide resolved
engine/table/src/main/java/io/deephaven/engine/table/impl/CodecLookup.java
Outdated
Show resolved
Hide resolved
...s/barrage/src/main/java/io/deephaven/extensions/barrage/chunk/ChunkInputStreamGenerator.java
Show resolved
Hide resolved
...s/barrage/src/main/java/io/deephaven/extensions/barrage/chunk/ChunkInputStreamGenerator.java
Outdated
Show resolved
Hide resolved
extensions/kafka/src/main/java/io/deephaven/kafka/ingest/GenericRecordChunkAdapter.java
Outdated
Show resolved
Hide resolved
extensions/parquet/table/src/main/java/io/deephaven/parquet/table/TypeInfos.java
Outdated
Show resolved
Hide resolved
extensions/parquet/table/src/main/java/io/deephaven/parquet/table/TypeInfos.java
Outdated
Show resolved
Hide resolved
extensions/parquet/table/src/main/java/io/deephaven/parquet/table/TypeInfos.java
Outdated
Show resolved
Hide resolved
extensions/parquet/table/src/main/java/io/deephaven/parquet/table/TypeInfos.java
Show resolved
Hide resolved
web/client-api/src/main/java/io/deephaven/web/client/api/barrage/BarrageUtils.java
Show resolved
Hide resolved
shutil.rmtree(fileLocation) | ||
time.sleep(0.01) # avoid race condition on file existence... | ||
|
||
ParquetTools.writeTable(table, fileLocation) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better. Might be better still with TstUtils.assertTableEquals(table, table2)
if that's easy to do from Python.
This works now: