Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan2316 committed Dec 23, 2024
1 parent afc1d18 commit bf55a5f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions testing/regress/ecl/parquetCorrupt.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
//class=parquet
//fail
//nothor
//noroxe

//This ECL code reads a potentially corrupt Parquet file, handling the case where it might be corrupt
//by outputting either the file contents or a single informative record if the file can't be read.
Expand Down
1 change: 1 addition & 0 deletions testing/regress/ecl/parquetEmpty.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

//class=parquet
//nothor
//noroxie

IMPORT Std;
IMPORT Parquet;
Expand Down
1 change: 1 addition & 0 deletions testing/regress/ecl/parquetOverwrite.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
//class=parquet
//fail
//nothor
//noroxie

IMPORT Std;
IMPORT Parquet;
Expand Down
1 change: 1 addition & 0 deletions testing/regress/ecl/parquetPartition.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
############################################################################## */
//class=parquet
//nothor
//noroxie

IMPORT Std;
IMPORT Parquet;
Expand Down
1 change: 1 addition & 0 deletions testing/regress/ecl/parquetSchema.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

//class=parquet
//nothor
//noroxie
//fail

IMPORT Std;
Expand Down
1 change: 1 addition & 0 deletions testing/regress/ecl/parquetString.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
############################################################################## */

//class=parquet //nothor
//noroxie
IMPORT Std;
IMPORT Parquet;

Expand Down
1 change: 1 addition & 0 deletions testing/regress/ecl/parquetTypes.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

//class=parquet
//nothor
//noroxie
//Covers data types supported by ECL and Arrow
//version compressionType='UNCOMPRESSED'
//version compressionType='Snappy'
Expand Down

0 comments on commit bf55a5f

Please sign in to comment.