virajjasani commented on code in PR #2225: URL: https://github.com/apache/phoenix/pull/2225#discussion_r2210710668
########## phoenix-core-client/src/main/java/org/apache/phoenix/schema/MetaDataClient.java: ########## @@ -3669,6 +3681,12 @@ public boolean isViewReferenced() { tableUpsert.setBytes(37, rowKeyMatcher); } + if (isStrictTTLProp == null) { + tableUpsert.setNull(38, Types.BOOLEAN); Review Comment: Good point, i think we can directly use `tableUpsert.setBoolean(38, isStrictTTL)` because isStrictTTL already contains default value? -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org