bengbengbalabalabeng commented on code in PR #981:
URL: https://github.com/apache/fesod/pull/981#discussion_r3720223254
##########
fesod-sheet/src/main/java/org/apache/fesod/sheet/analysis/v03/handlers/LabelSstRecordHandler.java:
##########
@@ -45,17 +46,32 @@ public class LabelSstRecordHandler extends
AbstractXlsRecordHandler implements I
@Override
public void processRecord(XlsReadContext xlsReadContext, Record record) {
LabelSSTRecord lsrec = (LabelSSTRecord) record;
+ int originalColumnIndex = lsrec.getColumn();
+
+ List<Integer> includeColumnIndexes = null;
+ if (xlsReadContext.readSheetHolder() != null
+ && xlsReadContext.readSheetHolder().getReadSheet() != null) {
Review Comment:
No null check is needed for the assignment here.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]