shahrs87 commented on code in PR #1859:
URL: https://github.com/apache/phoenix/pull/1859#discussion_r1571120003
##########
phoenix-core/src/it/java/org/apache/phoenix/query/MetaDataCachingIT.java:
##########
@@ -51,6 +51,10 @@ public class MetaDataCachingIT extends BaseTest {
private static final Logger LOGGER =
LoggerFactory.getLogger(MetaDataCachingIT.class);
private final Random RAND = new Random(11);
+ private boolean isLastDDLTimestampValidationEnabled = config.getBoolean(
Review Comment:
Instead of duplicating this line in 3 different tests, do you mind creating
a util method in `ValidateLastDDLTimestampUtil` something like
`getValidateLastDdlTimestampEnabled(Configuration config)` similar to
`getValidateLastDdlTimestampEnabled(PhoenixConnection connection)`
--
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]