HappenLee commented on code in PR #44926: URL: https://github.com/apache/doris/pull/44926#discussion_r1870554093
########## be/src/vec/exec/jni_connector.cpp: ########## @@ -602,17 +602,28 @@ std::string JniConnector::get_jni_type(const TypeDescriptor& desc) { Status JniConnector::_fill_column_meta(ColumnPtr& doris_column, DataTypePtr& data_type, std::vector<long>& meta_data) { TypeIndex logical_type = remove_nullable(data_type)->get_type_id(); + ColumnPtr const_doris_column = nullptr; Review Comment: rename, should not call `const_doris_column` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org