alexeykudinkin commented on a change in pull request #4468:
URL: https://github.com/apache/hudi/pull/4468#discussion_r825151819
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/TableSchemaResolver.java
##########
@@ -143,7 +143,7 @@ public Schema getTableAvroSchemaFromDataFile() {
* @throws Exception
*/
public Schema getTableAvroSchema() throws Exception {
- return
getTableAvroSchema(metaClient.getTableConfig().populateMetaFields());
Review comment:
@aditiwari01 @codope folks, can you please elaborate why this has been
changed? Why are we assuming that Table's schema should have meta-fields?
--
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]