Skip to content

Commit

Permalink
authors and extra check
Browse files Browse the repository at this point in the history
The extra check raised in review is added and i've popped my name and email into AUTHOURS
  • Loading branch information
Nathan Davies committed Nov 1, 2016
1 parent 2e11c29 commit 00da3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ Andrew de Andrade <andrew@deandrade.com.br>
Robert Nix <robert@nicerobot.org>
Nathan Youngman <git@nathany.com>
Charles Law <charles.law@gmail.com>; <claw@conduce.com>
Nathan Davies <nathanjamesdavies@gmail.com>
2 changes: 2 additions & 0 deletions metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ func columnKindFromSchema(kind string) (ColumnKind, error) {
return ColumnRegular, nil
case "compact_value":
return ColumnCompact, nil
case "static":
return ColumnStatic, nil
default:
return -1, fmt.Errorf("unknown column kind: %q", kind)
}
Expand Down

0 comments on commit 00da3de

Please sign in to comment.