KyleGrains commented on a change in pull request #1044:
URL: https://github.com/apache/orc/pull/1044#discussion_r807734422
##########
File path: tools/test/TestCSVFileImport.cc
##########
@@ -90,3 +90,27 @@ TEST (TestCSVFileImport, testTimezoneOption) {
EXPECT_EQ("", error);
}
}
+
+TEST (TestCSVFileImport, testLongBinary) {
+ // create an ORC file from importing the CSV file
+ const std::string pgm1 = findProgram("tools/src/csv-import");
+ const std::string csvFile =
findExample("TestCSVFileImport.testLongBinary.csv");
Review comment:
I added the the csv file creation in TestCSVFileImport.cc to create temp
file in the test
--
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]