[
https://issues.apache.org/jira/browse/PHOENIX-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278884#comment-14278884
]
Hudson commented on PHOENIX-1586:
---------------------------------
SUCCESS: Integrated in Phoenix-master #551 (See
[https://builds.apache.org/job/Phoenix-master/551/])
PHOENIX-1586 Make storeNulls optional in protobuf (gabrielr: rev
9c9de91e597493bf78fd4e065217c80c981132ff)
*
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/PTableProtos.java
* phoenix-protocol/src/main/PTable.proto
> storeNulls should be an optional attribute in PTable.proto
> ----------------------------------------------------------
>
> Key: PHOENIX-1586
> URL: https://issues.apache.org/jira/browse/PHOENIX-1586
> Project: Phoenix
> Issue Type: Bug
> Reporter: Samarth Jain
> Assignee: Gabriel Reid
> Attachments: PHOENIX-1586.patch
>
>
> [~gabriel.reid] - I noticed you added the new storeNulls attribute as
> required in PTable.proto. Any new attributes we add to our proto files should
> be optional unless we are rolling out a major release. Otherwise they end up
> breaking the backward compatibility between clients running older jar and
> servers running the newer jar. In this case the change will likely break the
> backward compatibility CREATE TABLE.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)