[
https://issues.apache.org/jira/browse/HUDI-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385885#comment-17385885
]
ASF GitHub Bot commented on HUDI-2176:
--------------------------------------
nsivabalan commented on a change in pull request #3306:
URL: https://github.com/apache/hudi/pull/3306#discussion_r675277185
##########
File path: hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java
##########
@@ -244,6 +244,22 @@ public static Schema getRecordKeyPartitionPathSchema() {
return recordSchema;
}
+ /**
+ * Fetch schema for record key and partition path.
+ */
+ public static Schema getRecordKeyPartitionPathSchema(Schema fileSchema,
List<String> recordKeyFields, List<String> partitionPathFields) {
Review comment:
looks like we don't have one already. But will fix this method to be
generic.
--
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]
> Virutal keys support for COW all operations
> -------------------------------------------
>
> Key: HUDI-2176
> URL: https://issues.apache.org/jira/browse/HUDI-2176
> Project: Apache Hudi
> Issue Type: Improvement
> Components: Writer Core
> Reporter: sivabalan narayanan
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> Virutal keys support for COW all operations
> (merge handle)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)