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

DRILL-3313: Eliminate redundant #load methods and unit-test loading & exporting of vectors #81

Closed
wants to merge 1 commit into from

Conversation

hnfgns
Copy link
Contributor

@hnfgns hnfgns commented Jul 8, 2015

No description provided.

@jaltekruse
Copy link
Contributor

Apologies for the forthcoming double comments. I forgot to make comments on the pull request and instead was viewing the individual commit. These comments are nicely aggregated on the github IU, but are not currently picked up the the JIRA bot to copy the comments to the issue report. I will be duplicating my comments on the same lines they were on the individual commit on the pull request summary diff to make sure they get copied over.


@Override
public void load(SerializedField metadata, DrillBuf buffer) {
assert this.field.matches(metadata) : String.format("The field %s doesn't match the provided metadata %s.", this.field, metadata);
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you sure we want to actually remove this assert, are we certain that it is no longer useful for catching inconsistent state problems?

@parthchandra parthchandra mentioned this pull request Aug 26, 2015
@ilooner
Copy link
Contributor

ilooner commented May 31, 2018

This commit was merged as part of this PR #134. So closing this.

@ilooner ilooner closed this May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants