Skip to content

Commit

Permalink
SNOW-1367711: Remove incorrect error log message. (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jrose authored and sfc-gh-aling committed May 21, 2024
1 parent 8cdca67 commit f7e470f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ void CArrowTableIterator::convertIfNeeded(ArrowSchema* columnSchema,
scale =
std::stoi(std::string(scaleString.data, scaleString.size_bytes));
}

logger->error(__FILE__, __func__, __LINE__, "scale: %d", scale);
convertTimestampColumn_nanoarrow(&columnSchemaView, columnArray, scale,
m_timezone);
break;
Expand Down

0 comments on commit f7e470f

Please sign in to comment.