Skip to content

Commit

Permalink
added missing uint64 data type to storage checker
Browse files Browse the repository at this point in the history
  • Loading branch information
glookka committed Nov 13, 2022
1 parent 242837e commit 98b63e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions columnar/accessor/check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Checker_i * StorageChecker_c::CreateChecker ( const AttributeHeader_i & tHeader
case AttrType_e::TIMESTAMP:
case AttrType_e::FLOAT:
case AttrType_e::INT64:
case AttrType_e::UINT64:
return CreateCheckerInt ( tHeader, pReader.release(), m_fnProgress, m_fnError );

case AttrType_e::BOOLEAN:
Expand Down

0 comments on commit 98b63e9

Please sign in to comment.