imay commented on a change in pull request #2013: Add arrow IPC serialization for Doris-Spark-Connector URL: https://github.com/apache/incubator-doris/pull/2013#discussion_r339505024
########## File path: be/src/runtime/result_queue_mgr.h ########## @@ -25,22 +25,29 @@ #include "common/status.h" #include "util/blocking_queue.hpp" #include "util/hash_util.hpp" +#include "util/arrow/row_batch.h" Review comment: move this include too ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
