File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2020
2121namespace java com.uber.cadence.admin
2222
23- include " shared.thrift"
23+ include " ./ shared.thrift"
2424
2525/**
2626* AdminService provides advanced APIs for debugging and analysis with admin privillege
@@ -86,4 +86,4 @@ struct GetWorkflowExecutionRawHistoryResponse {
8686 20: optional list<shared.DataBlob> historyBatches
8787 30: optional map<string, shared.ReplicationInfo> replicationInfo
8888 40: optional i32 eventStoreVersion
89- }
89+ }
Original file line number Diff line number Diff line change 1818// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919// THE SOFTWARE.
2020
21- include " shared.thrift"
21+ include " ./ shared.thrift"
2222
2323namespace java com.uber.cadence
2424
Original file line number Diff line number Diff line change 1818// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919// THE SOFTWARE.
2020
21- include " shared.thrift"
21+ include " ./ shared.thrift"
2222
2323namespace java com.uber.cadence.history
2424
Original file line number Diff line number Diff line change 2020
2121namespace java com.uber.cadence.indexer
2222
23- include " shared.thrift"
23+ include " ./ shared.thrift"
2424
2525enum MessageType {
2626 Index
@@ -49,4 +49,4 @@ struct Message {
4949 40: optional string runID
5050 50: optional i64 (js.type = " Long" ) version
5151 60: optional map<string,Field> fields
52- }
52+ }
Original file line number Diff line number Diff line change 1818// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919// THE SOFTWARE.
2020
21- include " shared.thrift"
21+ include " ./ shared.thrift"
2222
2323namespace java com.uber.cadence.matching
2424
Original file line number Diff line number Diff line change 2020
2121namespace java com.uber.cadence.replicator
2222
23- include " shared.thrift"
24- include " history.thrift"
23+ include " ./ shared.thrift"
24+ include " ./ history.thrift"
2525
2626enum ReplicationTaskType {
2727 Domain
Original file line number Diff line number Diff line change 2020
2121namespace java com.uber.cadence.sqlblobs
2222
23- include " shared.thrift"
23+ include " ./ shared.thrift"
2424
2525struct ShardInfo {
2626 10: optional i32 stolenSinceRenew
@@ -246,4 +246,4 @@ struct ReplicationTaskInfo {
246246 32: optional map<string, ReplicationInfo> lastReplicationInfo
247247 34: optional binary newRunBranchToken
248248 36: optional bool resetWorkflow
249- }
249+ }
You can’t perform that action at this time.
0 commit comments