Results 72 comments of Jack Ye

@rdblue do you have any additional comment for adding these view APIs?

> Following this line of thought, we should probably also address the question of whether the SQL text should be validated in Iceberg/the API implementation, or validation is left to...

As discussed in the slack channel, I think we can put this as a part of the 0.1 release milestone. I can start to work on this as soon as...

Thanks for updating this, could you also add an integration test to verify files written to a table are properly tagged in s3?

cc @singhpk234 @amogh-jahagirdar for any comment

There is 1 piece missing for this functionality, that is if the user renames the table, we should also re-tag. But this could be a follow-up PR and we can...

Thanks for finishing the work @rajarshisarkar ! and thanks @amogh-jahagirdar and @singhpk234 for the reviews!

I remember we discussed this use case some time ago in a sync up meeting, and the related issue was #1531. The general feedback was that it is better to...

Thanks for the design doc! I wonder if this can be done through changes in Catalog and FileIO without touching the Iceberg specification, which can be much simpler to ship...

Just trying to catch up with the thread, and reread the design doc. For the design doc, I think we should not make `HiveTable` a separated case to discuss, all...