arcolight commented on code in PR #5558: URL: https://github.com/apache/ignite-3/pull/5558#discussion_r2026498993
########## modules/platforms/cpp/ignite/odbc/query/type_info_query.cpp: ########## @@ -152,10 +152,9 @@ type_info_query::type_info_query(diagnosable_adapter &diag, std::int16_t sql_typ m_types.push_back(ignite_type::DATETIME); m_types.push_back(ignite_type::TIMESTAMP); m_types.push_back(ignite_type::UUID); - m_types.push_back(ignite_type::BITMASK); m_types.push_back(ignite_type::STRING); m_types.push_back(ignite_type::BYTE_ARRAY); - // TODO: IGNITE-19969 implement support for period, duration and big_integer + // TODO: IGNITE-19969 implement support for period an duration Review Comment: ```suggestion // TODO: IGNITE-19969 implement support for period and duration ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org