Skip to content

Commit

Permalink
Remove non-existent feature configuration in FileIOIntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Nov 22, 2024
1 parent 4560245 commit b561642
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public class FileIOIntegrationTest {
"server.applicationConnectors[0].port",
"0"), // Bind to random port to support parallelism
ConfigOverride.config("server.adminConnectors[0].port", "0"),
ConfigOverride.config("featureConfiguration.MAX_FILE_IO_READ_BYTES", "10"),
ConfigOverride.config("io.factoryType", "test"));

private static final String catalogBaseLocation = "file:/tmp/buckets/my-bucket/path/to/data";
Expand Down

0 comments on commit b561642

Please sign in to comment.