Skip to content

Commit

Permalink
[FLINK-17462][format][csv] Support CSV serialization and deseriazatio…
Browse files Browse the repository at this point in the history
…n schema for RowData type

This closes apache#11962
  • Loading branch information
wuchong authored May 6, 2020
1 parent 04ab8d2 commit b1e436a
Show file tree
Hide file tree
Showing 5 changed files with 1,367 additions and 2 deletions.
8 changes: 8 additions & 0 deletions flink-formats/flink-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ under the License.
<type>test-jar</type>
</dependency>

<!-- CSV RowData (de)serialization schema testing -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner-blink_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<profiles>
Expand Down
Loading

0 comments on commit b1e436a

Please sign in to comment.