Skip to content

Commit f7e470f

Browse files
sfc-gh-jrosesfc-gh-aling
authored andcommitted
SNOW-1367711: Remove incorrect error log message. (#1942)
1 parent 8cdca67 commit f7e470f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/snowflake/connector/nanoarrow_cpp/ArrowIterator/CArrowTableIterator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ void CArrowTableIterator::convertIfNeeded(ArrowSchema* columnSchema,
226226
scale =
227227
std::stoi(std::string(scaleString.data, scaleString.size_bytes));
228228
}
229-
230-
logger->error(__FILE__, __func__, __LINE__, "scale: %d", scale);
231229
convertTimestampColumn_nanoarrow(&columnSchemaView, columnArray, scale,
232230
m_timezone);
233231
break;

0 commit comments

Comments
 (0)