waterlx commented on pull request #1077: URL: https://github.com/apache/iceberg/pull/1077#issuecomment-646983050
@rdblue The PR is updated to yield an empty schema when projecting 0 columns, as you suggested [here](https://github.com/apache/iceberg/pull/1077#issuecomment-636205153), becuase after the PR is rebased according to the most recent master branch, I could not re-produce the following error as mentioned [here](https://github.com/apache/iceberg/pull/1077#issuecomment-636366663): ```java.lang.IllegalArgumentException: Missing required field: data_file``` The problem may be due to that I read a wrong manifest or a manifest generated by the un-completely-merged/rebased code. Thanks for sharing your thought on that! Really appreciate it! Would you please help to review the curent changes at your most convenience? Thanks! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
