KyleGrains commented on a change in pull request #1044:
URL: https://github.com/apache/orc/pull/1044#discussion_r807468321



##########
File path: tools/src/CSVFileImport.cc
##########
@@ -420,13 +421,13 @@ int main(int argc, char* argv[]) {
           case orc::STRING:
           case orc::CHAR:
           case orc::VARCHAR:
-          case orc::BINARY:
+          case orc::BINARY: 
+            bufferList.emplace_back(*orc::getDefaultPool(), 4 * 1024 * 1024);

Review comment:
       Yes, that's reasonable, I had been considering changing the memory 
allocaton too. Thank you.




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


Reply via email to