|
@@ -20,8 +20,6 @@ public class FeatureDiff {
|
|
|
|
|
|
private static ODPSService odpsService = new ODPSService();
|
|
|
|
|
|
- private static Map<String, String> tableToCol;
|
|
|
- ;
|
|
|
private static Set<String> abCodes;
|
|
|
|
|
|
static {
|
|
@@ -64,7 +62,8 @@ public class FeatureDiff {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
|
- tableToCol = new HashMap<>();
|
|
|
+
|
|
|
+ Map<String, String> tableToCol = new HashMap<>();
|
|
|
|
|
|
tableToCol.put("alg_mid_feature_play", "c1_feature");
|
|
|
tableToCol.put("alg_mid_feature_share_and_return", "c2_feature");
|