Skip to content

Commit

Permalink
fix method annotation in SchemaEvolutionUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
wwj6591812 authored and hongli.wwj committed May 29, 2024
1 parent fd6a287 commit 9e09181
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public class SchemaEvolutionUtil {
* </ul>
*
* <p>We can get the index mapping [0, -1, 1], in which 0 is the index of table field 1->c in
* data fields, 1 is the index of 6->b in data fields and 1 is the index of 3->a in data fields.
* data fields, -1 is the index of 6->b in data fields and 1 is the index of 3->a in data
* fields.
*
* <p>/// TODO should support nest index mapping when nest schema evolution is supported.
*
Expand Down

0 comments on commit 9e09181

Please sign in to comment.