1
0

[HUDI-130] Paths written in compaction plan needs to be relative to base-path

This commit is contained in:
Balaji Varadarajan
2019-10-23 01:03:29 -07:00
committed by Balaji Varadarajan
parent e4c91ed13f
commit d8be818ac9
25 changed files with 600 additions and 104 deletions

View File

@@ -67,6 +67,11 @@
{
"name":"actionType",
"type":["null","string"]
},
{
"name":"version",
"type":["int", "null"],
"default": 1
}
]
}

View File

@@ -36,6 +36,11 @@
]
}
}
},
{
"name":"version",
"type":["int", "null"],
"default": 1
}
]
}

View File

@@ -126,6 +126,11 @@
"type":"map",
"values":"string"
}]
},
{
"name":"version",
"type":["int", "null"],
"default": 1
}
]
}

View File

@@ -74,6 +74,11 @@
"values":"string"
}],
"default": null
},
{
"name":"version",
"type":["int", "null"],
"default": 1
}
]
}

View File

@@ -29,6 +29,11 @@
"items": "HoodieRollbackMetadata",
"name": "hoodieRollbackMetadata"
}
}}
}},
{
"name":"version",
"type":["int", "null"],
"default": 1
}
]
}

View File

@@ -34,6 +34,11 @@
]
}
}
},
{
"name":"version",
"type":["int", "null"],
"default": 1
}
]
}

View File

@@ -32,6 +32,11 @@
]
}
}
},
{
"name":"version",
"type":["int", "null"],
"default": 1
}
]
}