Skip to content

Commit c50f4a8

Browse files
committed
Test docs and code change on CI
1 parent c32048a commit c50f4a8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/src/main/sphinx/connector/blackhole.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ In such cases, writes behave in the same way, but reads
1414
always return the specified number of some constant rows.
1515
You shouldn't rely on the content of such rows.
1616

17+
This is a docs-only change
18+
1719
## Configuration
1820

1921
Create `etc/catalog/example.properties` to mount the `blackhole` connector

plugin/trino-blackhole/src/main/java/io/trino/plugin/blackhole/BlackHoleConnector.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public class BlackHoleConnector
4949
public static final String DISTRIBUTED_ON = "distributed_on";
5050
public static final String PAGE_PROCESSING_DELAY = "page_processing_delay";
5151

52+
// code change
53+
5254
private final BlackHoleMetadata metadata;
5355
private final BlackHoleSplitManager splitManager;
5456
private final BlackHolePageSourceProvider pageSourceProvider;

0 commit comments

Comments
 (0)