stoty commented on code in PR #2327:
URL: https://github.com/apache/phoenix/pull/2327#discussion_r2591825197
##########
phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/Upsert.java:
##########
@@ -84,7 +83,6 @@ public void setId(String id) {
}
public List<Column> getColumn() {
- if (column == null) return Lists.newArrayList();
Review Comment:
JAXB used the getter to get the list, and added the elements, but that list
was not the right one.
--
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]