-
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
QST #715
QST #715
Conversation
Documentation requirements: Minimally, javadoc. |
@@ -0,0 +1,12 @@ | |||
dependencies { |
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.
General note: Before merging this stuff, it needs comprehensive, high-quality javadoc, since it is very user-facing.
qst/src/main/java/io/deephaven/qst/table/column/type/ColumnType.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/table/column/type/ColumnTypeMappings.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/table/column/type/ColumnType.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/table/column/type/ColumnTypeBase.java
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,12 @@ | |||
dependencies { | |||
annotationProcessor 'org.immutables:value:2.8.1' |
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.
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.
qst/src/main/java/io/deephaven/qst/table/column/header/ColumnHeader.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/table/column/type/ColumnTypeBase.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/column/header/ColumnHeader.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/column/header/ColumnHeader.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/column/header/ColumnHeader.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/column/header/ColumnHeaders6.java
Outdated
Show resolved
Hide resolved
graphviz/build.gradle
Outdated
@@ -0,0 +1,36 @@ | |||
plugins { |
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.
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.
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.
I'll remove the graphviz from this PR.
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.
Don't forget to create your new PR.
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.
These comments cover all of the commits since my last review.
qst/src/main/java/io/deephaven/qst/column/header/ColumnHeadersN.java
Outdated
Show resolved
Hide resolved
qst/src/main/java/io/deephaven/qst/column/header/ColumnHeader.java
Outdated
Show resolved
Hide resolved
This reverts commit 1d1b470
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.
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.
DB/src/main/java/io/deephaven/db/v2/sources/ArrayBackedColumnSource.java
Outdated
Show resolved
Hide resolved
Unavailable to review, and this is ready to merge. Any requests for additional work can be done in subsequent PRs.
No description provided.