@@ -84,11 +84,12 @@ class MigrationCompareTest {
84
84
85
85
// --------------------------------Staging Query-----------------------------
86
86
val stagingQueryConf = Builders .StagingQuery (
87
- query = s " select * from ${joinConf.metaData.outputTable} WHERE ds BETWEEN '{{ start_date }}' AND '{{ end_date }}' " ,
87
+ query =
88
+ s " select * from ${joinConf.metaData.outputTable} WHERE ds BETWEEN '{{ start_date }}' AND '{{ end_date }}' " ,
88
89
startPartition = ninetyDaysAgo,
89
90
metaData = Builders .MetaData (name = " test.item_snapshot_features_sq_3" ,
90
- namespace = namespace,
91
- tableProperties = Map (" key" -> " val" ))
91
+ namespace = namespace,
92
+ tableProperties = Map (" key" -> " val" ))
92
93
)
93
94
94
95
(joinConf, stagingQueryConf)
@@ -113,8 +114,8 @@ class MigrationCompareTest {
113
114
query = s " select item, ts, ds from ${joinConf.metaData.outputTable}" ,
114
115
startPartition = ninetyDaysAgo,
115
116
metaData = Builders .MetaData (name = " test.item_snapshot_features_sq_4" ,
116
- namespace = namespace,
117
- tableProperties = Map (" key" -> " val" ))
117
+ namespace = namespace,
118
+ tableProperties = Map (" key" -> " val" ))
118
119
)
119
120
120
121
val (compareDf, metricsDf, metrics : DataMetrics ) =
@@ -141,8 +142,8 @@ class MigrationCompareTest {
141
142
query = s " select * from ${joinConf.metaData.outputTable} where ds BETWEEN ' ${monthAgo}' AND ' ${today}' " ,
142
143
startPartition = ninetyDaysAgo,
143
144
metaData = Builders .MetaData (name = " test.item_snapshot_features_sq_5" ,
144
- namespace = namespace,
145
- tableProperties = Map (" key" -> " val" ))
145
+ namespace = namespace,
146
+ tableProperties = Map (" key" -> " val" ))
146
147
)
147
148
148
149
val (compareDf, metricsDf, metrics : DataMetrics ) =
0 commit comments