Skip to content

Commit

Permalink
Remove unnecessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcrimsontianyu committed Oct 16, 2024
1 parent 71fdf51 commit 586afad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/io/utilities/datasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ std::unique_ptr<datasource> datasource::create(std::string const& filepath,
size_t offset,
size_t max_size_estimate)
{
CUDF_EXPECTS(max_size_estimate == 0, "Invalid max size estimate for datasource creation");

#ifdef CUFILE_FOUND
if (cufile_integration::is_always_enabled()) {
// avoid mmap as GDS is expected to be used for most reads
Expand Down

0 comments on commit 586afad

Please sign in to comment.