coderex2522 commented on a change in pull request #975:
URL: https://github.com/apache/orc/pull/975#discussion_r776601386
##########
File path: tools/test/TestCSVFileImport.cc
##########
@@ -53,3 +53,27 @@ TEST (TestCSVFileImport, test10rows) {
EXPECT_EQ(expected, output);
EXPECT_EQ("", error);
}
+
+TEST (TestCSVFileImport, testTimezoneOption) {
Review comment:
I test the case again when I delete the
line"options.setTimezoneName(timezoneName);" in CSVFileImport.cc. The case is
failed. The error message show
"Expected: expected
Which is: "{\"_a\": \"2021-12-26 16:00:00.0\"}\n"
To be equal to: output
Which is: "{\"_a\": \"2021-12-27 00:00:00.0\"}\n"
--
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]