Skip to content

Commit d91101c

Browse files
author
sishu@dtstack.com
committed
bugfix
1 parent 0d4b0fd commit d91101c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cassandra/cassandra-side/cassandra-all-side/src/main/java/com/dtstack/flink/sql/side/cassandra

cassandra/cassandra-side/cassandra-all-side/src/main/java/com/dtstack/flink/sql/side/cassandra/CassandraAllReqRow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public CassandraAllReqRow(RowTypeInfo rowTypeInfo, JoinInfo joinInfo, List<Field
8181
}
8282

8383
@Override
84-
protected Row fillData(Row input, Object sideInput) {
84+
public Row fillData(Row input, Object sideInput) {
8585
Map<String, Object> cacheInfo = (Map<String, Object>) sideInput;
8686
Row row = new Row(sideInfo.getOutFieldInfoList().size());
8787
for (Map.Entry<Integer, Integer> entry : sideInfo.getInFieldIndex().entrySet()) {

0 commit comments

Comments
 (0)