huaxingao commented on PR #15964:
URL: https://github.com/apache/iceberg/pull/15964#issuecomment-4321122795

   I agree with @pvary that parsing the SerDe string is brittle, but this PR 
doesn't introduce that brittleness — `TableMigrationUtil.listPartition` already 
picks the reader via format.contains("avro"|"parquet"|"orc"), and the old code 
simply forwarded the raw SerDe class name into that switch. I think we can 
probably open a follow-up to revisit the SerDe-string handling more broadly and 
see if there's a cleaner way to identify the file format.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to