We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d435bf8 commit 97d4a82Copy full SHA for 97d4a82
api/thrift/agent.thrift
@@ -1,4 +1,5 @@
1
namespace java ai.chronon.api
2
+include "common.thrift"
3
4
// TODO: Need to brainstorm and make necessary changes. just a starting point to unblock other work.
5
struct YarnAutoScalingSpec {
@@ -121,13 +122,9 @@ struct JobInfo {
121
122
10: optional YarnIncrementalJobStatus yarnIncrementalStatus
123
}
124
-struct DatePartitionRange {
125
- 1: optional string start
126
- 2: optional string end
127
-}
128
129
struct PartitionListingPutRequest {
130
- 1: optional map<PartitionListingJob, list<DatePartitionRange>> partitions
+ 1: optional map<PartitionListingJob, list<common.DateRange>> partitions
131
2: optional map<PartitionListingJob, string> errors
132
133
0 commit comments