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

{go, bats}: Replace table works with file with schema in different order #87

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

tbantle22
Copy link
Contributor

No description provided.

@tbantle22 tbantle22 added the bug Something isn't working label Sep 23, 2019
Copy link
Sponsor Contributor

@timsehn timsehn left a comment

Choose a reason for hiding this comment

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

LGTM.

@timsehn
Copy link
Sponsor Contributor

timsehn commented Sep 24, 2019

@bheni can we merge this? It's blocking me testing my import script fully.

@@ -95,10 +95,10 @@ func VerifyInSchema(inSch, outSch Schema) (bool, error) {
}

match := true
err := outSchCols.Iter(func(tag uint64, outCol Column) (stop bool, err error) {
inCol, ok := inSchCols.GetByTag(tag)
err := inSchCols.Iter(func(tag uint64, inCol Column) (stop bool, err error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe just update the comment to tell how the comparison is being done now, but LGTM.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tbantle22 tbantle22 force-pushed the taylor/csv-tag-fix branch 2 times, most recently from 2365ab2 to 1c4bb87 Compare September 24, 2019 17:05
@tbantle22 tbantle22 merged commit 248a77a into master Sep 24, 2019
@tbantle22 tbantle22 deleted the taylor/csv-tag-fix branch September 24, 2019 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants