You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Forward Xu (Jira)" <ji...@apache.org> on 2022/06/27 05:15:00 UTC

[jira] [Closed] (HUDI-3251) Add HoodieFlinkSource for flink datastream api

     [ https://issues.apache.org/jira/browse/HUDI-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forward Xu closed HUDI-3251.
----------------------------
    Resolution: Won't Fix

> Add HoodieFlinkSource for flink datastream api
> ----------------------------------------------
>
>                 Key: HUDI-3251
>                 URL: https://issues.apache.org/jira/browse/HUDI-3251
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: flink
>            Reporter: Forward Xu
>            Assignee: Forward Xu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>
> {code:java}
> // code placeholder
> DataStream<RowData> ds = HoodieFlinkSource.builder()
>     .env(execEnv)
>     .tableSchema(sourceContext.getSchema())
>     .path(sourceContext.getPath())
>     .partitionKeys(sourceContext.getPartitionKeys())
>     .defaultPartName(sourceContext.getDefaultPartName())
>     .conf(sourceContext.getConf())
>     .requiredPartitions(sourceContext.getRequiredPartitions())
>     .requiredPos(sourceContext.getRequiredPos())
>     .limit(sourceContext.getLimit())
>     .filters(sourceContext.getFilters())
>     .build(); {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)