ExternalTable support FS#14629
Conversation
✅ clang-tidy: No findings on changed linesCompleted in 401.1s. |
|
@joshkang97 has imported this pull request. If you are a Meta employee, you can view this in D101384103. |
✅ Claude Code ReviewAuto-triggered after CI passed — reviewing commit b21901b Code Review: ExternalTable support FSPR: ExternalTable support FS | Author: joshkang97 | Changes: 3 files, +8/-4 Verdict: APPROVE with minor suggestionsThe change is small, correct, follows established patterns, and is consistent with the existing API design. No bugs found. Findings[Medium] Missing Test Coverage for
|
|
@joshkang97 has imported this pull request. If you are a Meta employee, you can view this in D101384103. |
|
@joshkang97 has imported this pull request. If you are a Meta employee, you can view this in D101384103. |
|
@joshkang97 merged this pull request in a12bd7d. |
Summary
Extends the
ExternalTableplug-in interface so external table implementations have access to the sameFileSystemRocksDB itself uses. Previously onlyExternalTableOptions(read path) hadfs.Test Plan