nastra commented on issue #7115: URL: https://github.com/apache/iceberg/issues/7115#issuecomment-1470417324
I had a similar thought initially, but eventually decided that people can still access the `InMemoryCatalog` by using the `tests` classifier (in maven terms) / `testArtifacts` configuration (in gradle terms) when importing `iceberg-core`. However, I'm ok moving to `iceberg-core` directly if we think this makes it easier to use. This would require also moving `InMemoryFileIo` + `InMemoryInputFile` + `InMemoryOutputFile`. Thoughts on this @rdblue? -- 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]
