maheshrajus commented on a change in pull request #4218:
URL: https://github.com/apache/carbondata/pull/4218#discussion_r710010456
##########
File path:
processing/src/main/java/org/apache/carbondata/processing/datatypes/ArrayDataType.java
##########
@@ -171,13 +171,13 @@ public boolean getIsColumnDictionary() {
}
@Override
- public void writeByteArray(ArrayObject input, DataOutputStream
dataOutputStream,
+ public void writeByteArray(Object input, DataOutputStream dataOutputStream,
BadRecordLogHolder logHolder, Boolean isWithoutConverter) throws
IOException {
- if (input == null) {
+ if (input == null || input.equals("\\N")) {
Review comment:
done
--
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]