Skip to content

Commit

Permalink
updated type of treat_first_row_as_header
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Aug 7, 2024
1 parent b5bba4c commit d0605ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ message ReadRel {
uint64 skip_lines = 4;
// If true, consume the first unskipped line as names of the columns.
// These names are not used elsewhere in the plan.
uint64 treat_first_row_as_header = 5;
bool treat_first_row_as_header = 5;
// The character used to escape characters in strings. Backslash is
// a common value. Note that a double quote mark can also be used as an
// escape character but the external quotes should be removed first.
Expand Down

0 comments on commit d0605ca

Please sign in to comment.