• T
    [FLINK-9964][table] Add a full CSV table format factory · 3d07a97c
    Timo Walther 提交于
    It adds CsvRowSerializationSchema, CsvRowDeserializationSchema, a new CSV descriptor,
    CsvRowTableFormatFactory, documentation and tests
    
    The format integrates nicely with most SQL types.
    
    It deprecates the "old CSV" descriptor stack and prepares also for FLINK-7050 (#4660).
    
    The old CSV descriptor is still available under as "OldCsv".
    
    This closes #7777.
    3d07a97c
stage.sh 4.9 KB