Skip to content

Commit

Permalink
one more UTF8 to STRING
Browse files Browse the repository at this point in the history
  • Loading branch information
etseidl committed Jun 10, 2024
1 parent 2635efe commit 48ff938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ enum ConvertedType {
/**
* An embedded JSON document
*
* A JSON document embedded within a single BYTE_ARRAY(UTF8) column.
* A JSON document embedded within a single BYTE_ARRAY(STRING) column.
*/
JSON = 19;

Expand Down

0 comments on commit 48ff938

Please sign in to comment.