Skip to content

Commit

Permalink
remove NULL_KEY_LIST error from numpy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishj committed Apr 19, 2024
1 parent 8838f07 commit 738b301
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/pythonpkg/src/numpy/numpy_scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ static void VerifyMapConstraints(Vector &vec, idx_t count) {
return;
case MapInvalidReason::DUPLICATE_KEY:
throw InvalidInputException("Dict->Map conversion failed because 'key' list contains duplicates");
case MapInvalidReason::NULL_KEY_LIST:
throw InvalidInputException("Dict->Map conversion failed because 'key' list is None");
case MapInvalidReason::NULL_KEY:
throw InvalidInputException("Dict->Map conversion failed because 'key' list contains None");
default:
Expand Down

0 comments on commit 738b301

Please sign in to comment.