Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-8866][Table API & SQL] Add support for unified table sink instantiation #6201

Closed
wants to merge 3 commits into from

Commits on Jul 6, 2018

  1. - Add unified table sink instantiation.

    - Consolidate table sink and table source instantiation.
    - Add support to register a Calcite table with both tableSource and tableSink.
    - Add Insert command support in SQL client.
    - Add CsvTableSinkFactory.
    Shuyi Chen committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    d436041 View commit details
    Browse the repository at this point in the history
  2. comment fixes

    Shuyi Chen committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    d70d033 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. refactor:

    1) add TableFactoryDiscoverable trait
    2) add util for handling rowtime/proctime for table schema and unittests
    Shuyi Chen committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    0649359 View commit details
    Browse the repository at this point in the history