From bf55a5f80d3abac70aabf43f8f694860b851b437 Mon Sep 17 00:00:00 2001 From: ilhan2316 Date: Mon, 23 Dec 2024 17:07:16 -0600 Subject: [PATCH] updated comments --- testing/regress/ecl/parquetCorrupt.ecl | 1 + testing/regress/ecl/parquetEmpty.ecl | 1 + testing/regress/ecl/parquetOverwrite.ecl | 1 + testing/regress/ecl/parquetPartition.ecl | 1 + testing/regress/ecl/parquetSchema.ecl | 1 + testing/regress/ecl/parquetString.ecl | 1 + testing/regress/ecl/parquetTypes.ecl | 1 + 7 files changed, 7 insertions(+) diff --git a/testing/regress/ecl/parquetCorrupt.ecl b/testing/regress/ecl/parquetCorrupt.ecl index 9f74be8e539..361ddf24487 100644 --- a/testing/regress/ecl/parquetCorrupt.ecl +++ b/testing/regress/ecl/parquetCorrupt.ecl @@ -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. diff --git a/testing/regress/ecl/parquetEmpty.ecl b/testing/regress/ecl/parquetEmpty.ecl index 545ad40b3ff..87170736025 100644 --- a/testing/regress/ecl/parquetEmpty.ecl +++ b/testing/regress/ecl/parquetEmpty.ecl @@ -13,6 +13,7 @@ //class=parquet //nothor +//noroxie IMPORT Std; IMPORT Parquet; diff --git a/testing/regress/ecl/parquetOverwrite.ecl b/testing/regress/ecl/parquetOverwrite.ecl index 486806bf998..ba2e909cbc8 100644 --- a/testing/regress/ecl/parquetOverwrite.ecl +++ b/testing/regress/ecl/parquetOverwrite.ecl @@ -14,6 +14,7 @@ //class=parquet //fail //nothor +//noroxie IMPORT Std; IMPORT Parquet; diff --git a/testing/regress/ecl/parquetPartition.ecl b/testing/regress/ecl/parquetPartition.ecl index 9e7b754bbd1..3c0ee306610 100644 --- a/testing/regress/ecl/parquetPartition.ecl +++ b/testing/regress/ecl/parquetPartition.ecl @@ -12,6 +12,7 @@ ############################################################################## */ //class=parquet //nothor +//noroxie IMPORT Std; IMPORT Parquet; diff --git a/testing/regress/ecl/parquetSchema.ecl b/testing/regress/ecl/parquetSchema.ecl index c6c89c549fe..5a0d78f4839 100644 --- a/testing/regress/ecl/parquetSchema.ecl +++ b/testing/regress/ecl/parquetSchema.ecl @@ -13,6 +13,7 @@ //class=parquet //nothor +//noroxie //fail IMPORT Std; diff --git a/testing/regress/ecl/parquetString.ecl b/testing/regress/ecl/parquetString.ecl index 3d0c2cb83e0..fed7abe312b 100644 --- a/testing/regress/ecl/parquetString.ecl +++ b/testing/regress/ecl/parquetString.ecl @@ -12,6 +12,7 @@ ############################################################################## */ //class=parquet //nothor +//noroxie IMPORT Std; IMPORT Parquet; diff --git a/testing/regress/ecl/parquetTypes.ecl b/testing/regress/ecl/parquetTypes.ecl index 163d0f7c216..836d4fd5e86 100644 --- a/testing/regress/ecl/parquetTypes.ecl +++ b/testing/regress/ecl/parquetTypes.ecl @@ -13,6 +13,7 @@ //class=parquet //nothor +//noroxie //Covers data types supported by ECL and Arrow //version compressionType='UNCOMPRESSED' //version compressionType='Snappy'