Skip to content

Commit

Permalink
copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Jan 10, 2022
1 parent ca880f1 commit c961f12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ object GpuCSVScan {
}

// Spark 2.3 didn't have the enforce Schema option, added https://issues.apache.org/jira/browse/SPARK-23786
// for now just remove the check. Should we perhaps warn instead?
// for now just remove the check. The 2.4+ code defaults it to try so assume it will
// be true for explain output.
/*
if (!parsedOptions.enforceSchema) {
meta.willNotWorkOnGpu("GpuCSVScan always enforces schemas")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021, NVIDIA CORPORATION.
* Copyright (c) 2022, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021, NVIDIA CORPORATION.
* Copyright (c) 2022, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit c961f12

Please sign in to comment.