Skip to content

Commit

Permalink
Cannot construct instance of org.apache.dolphinscheduler.extract.mast…
Browse files Browse the repository at this point in the history
…er.transportor.StreamingTaskTriggerResponse (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator) #15814
  • Loading branch information
atjiucheng authored and ruanwenjun committed Apr 9, 2024
1 parent 66df5d4 commit 4f84e92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@AllArgsConstructor
@NoArgsConstructor
public class StreamingTaskTriggerResponse {

private boolean success;
Expand Down

0 comments on commit 4f84e92

Please sign in to comment.