zhiqiang-hhhh commented on code in PR #39030:
URL: https://github.com/apache/doris/pull/39030#discussion_r1709293609
##########
be/src/vec/exec/format/table/transactional_hive_reader.cpp:
##########
@@ -155,12 +155,15 @@ Status TransactionalHiveReader::init_row_filters(const
TFileRangeDesc& range) {
static int ORIGINAL_TRANSACTION_INDEX = 0;
static int BUCKET_ID_INDEX = 1;
static int ROW_ID_INDEX = 2;
- const ColumnInt64& original_transaction_column =
assert_cast<const ColumnInt64&>(
Review Comment:
done
##########
be/src/vec/functions/array/function_array_element.h:
##########
@@ -327,14 +328,15 @@ class FunctionArrayElement : public IFunction {
const UInt8* src_null_map, UInt8*
dst_null_map) const {
// check array nested column type and get data
auto left_column =
arguments[0].column->convert_to_full_column_if_const();
- const auto& array_column = reinterpret_cast<const
ColumnArray&>(*left_column);
Review Comment:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]