Skip to content
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

QST #715

Merged
merged 54 commits into from
Jul 29, 2021
Merged

QST #715

merged 54 commits into from
Jul 29, 2021

Conversation

devinrsmith
Copy link
Member

No description provided.

@devinrsmith
Copy link
Member Author

Documentation requirements:

Minimally, javadoc.
Maximally, some low-level developer focused documentation on creating.

@devinrsmith devinrsmith requested a review from chipkent June 15, 2021 15:07
@@ -0,0 +1,12 @@
dependencies {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General note: Before merging this stuff, it needs comprehensive, high-quality javadoc, since it is very user-facing.

qst/src/test/java/io/deephaven/qst/ColumnHeaderTest.java Outdated Show resolved Hide resolved
qst/src/test/java/io/deephaven/qst/ColumnTest.java Outdated Show resolved Hide resolved
@@ -0,0 +1,12 @@
dependencies {
annotationProcessor 'org.immutables:value:2.8.1'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General note: This is a user-facing API. It needs to do extensive null checking to save users debugging effort and to save us support effort. Clearly not a worry for the prototype, but it is a concern for production.

@devinrsmith devinrsmith requested a review from rcaudy June 25, 2021 19:53
@devinrsmith devinrsmith marked this pull request as ready for review July 20, 2021 22:42
@devinrsmith devinrsmith requested a review from rcaudy July 20, 2021 22:42
@devinrsmith devinrsmith changed the title Initial QST prototype QST Jul 21, 2021
DB/src/main/java/io/deephaven/db/tables/Table.java Outdated Show resolved Hide resolved
@@ -0,0 +1,36 @@
plugins {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not going to review the graphviz stuff. Maybe @niloc132 is a good reviewer for that, or maybe we should make a separate PR for it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll remove the graphviz from this PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to create your new PR.

qst/src/main/java/io/deephaven/qst/Examples4.java Outdated Show resolved Hide resolved
qst/src/main/java/io/deephaven/qst/DefaultStyle.java Outdated Show resolved Hide resolved
qst/src/main/java/io/deephaven/qst/table/HeadTable.java Outdated Show resolved Hide resolved
@devinrsmith devinrsmith requested a review from rcaudy July 23, 2021 22:25
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These comments cover all of the commits since my last review.

@devinrsmith devinrsmith requested a review from rcaudy July 26, 2021 14:53
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is in a pretty good state. I'm overall still worried about JavaDoc, but my other concerns all have follow-on tickets at this time. At the least the vector type ticket needs to come in with this before MVP, I think.

@rcaudy rcaudy dismissed chipkent’s stale review July 29, 2021 22:08

Unavailable to review, and this is ready to merge. Any requests for additional work can be done in subsequent PRs.

@devinrsmith devinrsmith merged commit 4e6c325 into deephaven:main Jul 29, 2021
@devinrsmith devinrsmith deleted the qst branch July 29, 2021 22:08
jmao-denver pushed a commit to jmao-denver/deephaven-core that referenced this pull request Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Java API] Explore QST Impl
3 participants