dan-s1 commented on code in PR #9290:
URL: https://github.com/apache/nifi/pull/9290#discussion_r1796969710


##########
nifi-extension-bundles/nifi-poi-bundle/nifi-poi-services/src/test/java/org/apache/nifi/excel/TestExcelRecordReader.java:
##########
@@ -141,15 +140,15 @@ public void testMultipleRecordsSingleSheet() throws 
MalformedRecordException {
                 .build();
 
         ExcelRecordReader recordReader = new ExcelRecordReader(configuration, 
getInputStream(DATA_FORMATTING_FILE), logger);
-        List<Record> records = getRecords(recordReader, false, false);
+        List<Record> records = getRecords(recordReader, false);
 
         assertEquals(9, records.size());
     }
 
     private RecordSchema getDataFormattingSchema() {
         final List<RecordField> fields = Arrays.asList(
                 new RecordField("Numbers", 
RecordFieldType.DOUBLE.getDataType()),
-                new RecordField("Timestamps", 
RecordFieldType.DATE.getDataType()),
+                new RecordField("Timestamps", 
RecordFieldType.STRING.getDataType()),

Review Comment:
   Yes



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