Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/main/sphinx/connector/blackhole.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ In such cases, writes behave in the same way, but reads
always return the specified number of some constant rows.
You shouldn't rely on the content of such rows.

This is a docs-only change

## Configuration

Create `etc/catalog/example.properties` to mount the `blackhole` connector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public class BlackHoleConnector
public static final String DISTRIBUTED_ON = "distributed_on";
public static final String PAGE_PROCESSING_DELAY = "page_processing_delay";

// code change

private final BlackHoleMetadata metadata;
private final BlackHoleSplitManager splitManager;
private final BlackHolePageSourceProvider pageSourceProvider;
Expand Down
Loading