kenhuuu commented on code in PR #3433:
URL: https://github.com/apache/tinkerpop/pull/3433#discussion_r3353464558
##########
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/remote/DriverRemoteConnection.java:
##########
@@ -214,6 +216,18 @@ public static DriverRemoteConnection using(final
Configuration conf) {
}
}
+ @Override
+ public ProviderDefinedTypeRegistry getPdtRegistry() {
+ return pdtRegistry;
+ }
+
+ /**
+ * Sets the {@link ProviderDefinedTypeRegistry} for registry-based
dehydration in the gremlin-lang translator.
+ */
+ public void setPdtRegistry(final ProviderDefinedTypeRegistry pdtRegistry) {
Review Comment:
Why is this necessary? Shouldn't the SPI discovery process handle this for
the user?
--
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]