vanliu-tx commented on pull request #3908:
URL: https://github.com/apache/iceberg/pull/3908#issuecomment-1014350321
> Can it be improved if change to `parallelStream`?
I don't think so. Besides, in our production, we use different namespace
schema for different table type. For example, tables under namespace
iceberg_{biz_id} are all iceberg tables, tables under namespace hive_{biz_id}
are all hive partition tables. It's necessary for us to waste time on method
call `List<Table> tableObjects = clients.run(client ->
client.getTableObjectsByName(database, tableNames))`
--
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]