Skip to content

Commit db5f801

Browse files
committed
testing workflow
1 parent 6d077d5 commit db5f801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/datastax/astra/migrate/CopyJobSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void getDataAndInsert(BigInteger min, BigInteger max) {
6868
if (readCnt % printStatsAfter == 0) {
6969
printCounts(false);
7070
}
71-
71+
// exclusion filter below
7272
if (filterData) {
7373
String col = (String) getData(new MigrateDataType(filterColType), filterColIndex, sourceRow);
7474
if (col.trim().equalsIgnoreCase(filterColValue)) {

0 commit comments

Comments
 (0)