Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18487

New table source factory omits unrecognized properties silently

    XMLWordPrintableJSON

Details

    Description

      For the following DDL, we just omits the unrecognized property 'records-per-second'.

      CREATE TABLE MyDataGen (
        int_field int,
        double_field double,
        string_field varchar
      ) WITH (
        'connector' = 'datagen',
        'records-per-second' = '1'  -- should be rows-per-second
      )
      

      IMO, we should throw Exceptions to tell users that they used a wrong property.
      CC jark twalthr

      Attachments

        Issue Links

          Activity

            People

              lzljs3620320 Jingsong Lee
              libenchao Benchao Li
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: