pvary commented on a change in pull request #3060:
URL: https://github.com/apache/hive/pull/3060#discussion_r816568606
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveStorageHandler.java
##########
@@ -280,6 +283,21 @@ default boolean supportsPartitionTransform() {
return null;
}
+ /**
+ * Creates a DynnamicPartitionCtx instance that will be set up by the
storage handler itself. Useful for non-native
+ * tables where partitions are not handled by Hive, and sorting is required
in a custom way before writing the table.
Review comment:
What happens if the return value is `null`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]