Skip to content

Commit bd340c9

Browse files
committed
Added name() implementation
This is based on Mongo's connector, which simply does "MongoTable()". We don't really have a good input here, as there's no consistent "table" concept across read/write operations.
1 parent 4bd1d50 commit bd340c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/marklogic/spark/MarkLogicTable.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ public WriteBuilder newWriteBuilder(LogicalWriteInfo info) {
8989

9090
@Override
9191
public String name() {
92-
// TODO Figure out a good name
93-
return "test-project";
92+
return "MarkLogicTable()";
9493
}
9594

9695
// This is marked as deprecated in the Table interface.

0 commit comments

Comments
 (0)