morningman commented on code in PR #56854:
URL: https://github.com/apache/doris/pull/56854#discussion_r2423324103


##########
be/src/pipeline/exec/result_sink_operator.h:
##########
@@ -47,8 +47,8 @@ struct ResultFileOptions {
     std::vector<TParquetSchema> parquet_schemas;
     TParquetCompressionType::type parquet_commpression_type;
     TParquetVersion::type parquet_version;
-    bool parquert_disable_dictionary;

Review Comment:
   only primitive type like int and bool need init.
   Other types have default constructor.



-- 
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]

Reply via email to