Class OldCsvValidator

  • All Implemented Interfaces:
    org.apache.flink.table.descriptors.DescriptorValidator

    @Deprecated
    @Internal
    public class OldCsvValidator
    extends Object
    implements org.apache.flink.table.descriptors.DescriptorValidator
    Deprecated.
    Use the RFC-compliant Csv format in the dedicated flink-formats/flink-csv module instead.
    Validator for the legacy CSV connector.
    • Constructor Detail

      • OldCsvValidator

        public OldCsvValidator()
        Deprecated.
    • Method Detail

      • validate

        public void validate​(org.apache.flink.table.descriptors.DescriptorProperties properties)
        Deprecated.
        Specified by:
        validate in interface org.apache.flink.table.descriptors.DescriptorValidator