-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch-24.12 into main [skip ci] (#2751)
Change version to 24.12.1 Note: merge this PR with **Create a merge commit to merge**
- Loading branch information
Showing
4 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/cpp/src/io/parquet/decode_fixed.cu b/cpp/src/io/parquet/decode_fixed.cu | ||
index 9acbe026bb..32bb334966 100644 | ||
--- a/cpp/src/io/parquet/decode_fixed.cu | ||
+++ b/cpp/src/io/parquet/decode_fixed.cu | ||
@@ -1,5 +1,5 @@ | ||
/* | ||
- * Copyright (c) 2024, NVIDIA CORPORATION. | ||
+ * Copyright (c) 2024-2025, NVIDIA CORPORATION. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
@@ -961,9 +961,6 @@ CUDF_KERNEL void __launch_bounds__(decode_block_size_t, 8) | ||
return; | ||
} | ||
|
||
- // if we have no work to do (eg, in a skip_rows/num_rows case) in this page. | ||
- if (s->num_rows == 0) { return; } | ||
- | ||
using value_decoder_type = std::conditional_t< | ||
split_decode_t, | ||
decode_fixed_width_split_values_func<decode_block_size_t, has_lists_t, state_buf_t>, |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters