Tamas, What are you trying to do? TestTables is intended to be an internal helper class that manages some tables in memory and shouldn't actually be used outside of Iceberg or the tests that currently rely on it.
Ryan On Thu, Feb 23, 2023 at 8:55 AM Tamas Sule <[email protected]> wrote: > Hello, I’m having trouble working with the TestTables class: I’m writing a > test which hits a code path that uses IcebergGenerics.read, which fails > with the following error: Cannot load metadata: metadata file location is > null. Looking at the TestTableOperations class, it doesn’t actually write > out the metadata json to the filesystem but rather keeps it in memory. Is > this a shortcoming of these test classes at the moment, or am I supposed to > use something else to test this? Thanks! > -- Ryan Blue Tabular
