Skip to content

Commit 97d4a82

Browse files
committed
WIP
1 parent d435bf8 commit 97d4a82

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

api/thrift/agent.thrift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace java ai.chronon.api
2+
include "common.thrift"
23

34
// TODO: Need to brainstorm and make necessary changes. just a starting point to unblock other work.
45
struct YarnAutoScalingSpec {
@@ -121,13 +122,9 @@ struct JobInfo {
121122
10: optional YarnIncrementalJobStatus yarnIncrementalStatus
122123
}
123124

124-
struct DatePartitionRange {
125-
1: optional string start
126-
2: optional string end
127-
}
128125

129126
struct PartitionListingPutRequest {
130-
1: optional map<PartitionListingJob, list<DatePartitionRange>> partitions
127+
1: optional map<PartitionListingJob, list<common.DateRange>> partitions
131128
2: optional map<PartitionListingJob, string> errors
132129
}
133130

0 commit comments

Comments
 (0)