KnightChess commented on code in PR #12270:
URL: https://github.com/apache/hudi/pull/12270#discussion_r1850109257


##########
hudi-common/src/main/java/org/apache/hudi/common/table/TableSchemaResolver.java:
##########
@@ -150,6 +150,23 @@ public Schema getTableAvroSchema(String timestamp) throws 
Exception {
         .orElseThrow(schemaNotFoundError());
   }
 
+  /**
+   * Fetches tables schema in Avro format as of the given instant
+   *
+   * @param timestamp as of which table's schema will be fetched
+   */
+  public Schema getTableAvroSchema(String timestamp, boolean 
includeMetadataFields) throws Exception {

Review Comment:
   done



-- 
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]

Reply via email to