morningman opened a new pull request, #65734:
URL: https://github.com/apache/doris/pull/65734
The fs/ DirectoryLister family is unused dead code ported from Trino's
trino-hive fs package. Removed:
- DirectoryLister
- FileSystemDirectoryLister
- TransactionScopeCachingDirectoryLister
- TransactionScopeCachingDirectoryListerFactory
- TransactionDirectoryListingCacheKey
- TransactionScopeCachingDirectoryListerTest
No production code instantiates any of them (no `new`, no
ServiceLoader/reflection, no SPI descriptor); the only construction site was
the factory's own unit test. The live directory-listing path is
fe-connector-hive's own nested HiveFileListingCache.DirectoryLister (signature
(location, fs), no catalog.TableIf coupling), which supersedes this cluster.
Removing it shrinks fe-core with no behavioral change.
--
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]