Skip to content

Commit

Permalink
[Feature] Support to read ARRAY/STRUCT/MAP (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: PengFei Li <[email protected]>
  • Loading branch information
banmoy authored Mar 27, 2024
1 parent 08de67a commit 7d6496d
Show file tree
Hide file tree
Showing 13 changed files with 916 additions and 863 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,13 @@ limitations under the License.
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-guava</artifactId>
<version>31.1-jre-17.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
Expand Down
Loading

0 comments on commit 7d6496d

Please sign in to comment.