stoty commented on code in PR #1927:
URL: https://github.com/apache/phoenix/pull/1927#discussion_r1715063707
##########
phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/PhoenixEmbeddedDriver.java:
##########
@@ -65,6 +65,7 @@ public abstract class PhoenixEmbeddedDriver implements
Driver, SQLCloseable {
private final static DriverPropertyInfo[] EMPTY_INFO = new
DriverPropertyInfo[0];
public final static String MAJOR_VERSION_PROP = "DriverMajorVersion";
public final static String MINOR_VERSION_PROP = "DriverMinorVersion";
+ public final static String PATCH_VERSION_PROP = "DriverPatchVersion";
Review Comment:
This is not used anywhere.
Do we need this ?
--
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]