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

Bump deephaven-csv to 0.3.0 #2155

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

devinrsmith
Copy link
Member

Fixes #2133

for (int ii = 0; ii < columnNames.length; ++ii) {
final String columnName = columnNames[ii];
final MySinkBase<?, ?> sink = (MySinkBase<?, ?>) sinks[ii];
maxSize = Math.max(maxSize, sink.resultSize());
Copy link
Member Author

Choose a reason for hiding this comment

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

Is there any reason why tracking maxSize by each sink is different than result.numRows()?

Copy link
Contributor

Choose a reason for hiding this comment

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

No, I was probably confused at the time of writing that code.

@devinrsmith devinrsmith merged commit 4a5fe10 into deephaven:main Mar 30, 2022
@devinrsmith devinrsmith deleted the deephaven-csv-0-3-0 branch March 30, 2022 23:16
@github-actions github-actions bot locked and limited conversation to collaborators Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_csv pulls doubles in as a string
2 participants