Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Truong <[email protected]>
  • Loading branch information
ttnghia committed Nov 6, 2023
1 parent 54e959f commit 3f01690
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ object GpuParquetScan {
meta.willNotWorkOnGpu("Nested timestamp and date values are not supported when " +
s"${SparkShimImpl.parquetRebaseReadKey} is EXCEPTION")
}
case DateTimeRebaseCorrected.value
=> // Good
case DateTimeRebaseCorrected.value => // Good
case DateTimeRebaseLegacy.value => // really is EXCEPTION for us...
if (schemaMightNeedNestedRebase) {
meta.willNotWorkOnGpu("Nested timestamp and date values are not supported when " +
Expand Down

0 comments on commit 3f01690

Please sign in to comment.