Skip to content
  • Michael Armbrust's avatar
    84e2c8bf
    [SQL] Add test case with workaround for reading partitioned Avro files · 84e2c8bf
    Michael Armbrust authored
    In order to read from partitioned Avro files we need to also set the `SERDEPROPERTIES` since `TBLPROPERTIES` are not passed to the initialization.  This PR simply adds a test to make sure we don't break this workaround.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #2340 from marmbrus/avroPartitioned and squashes the following commits:
    
    6b969d6 [Michael Armbrust] fix style
    fea2124 [Michael Armbrust] Add test case with workaround for reading partitioned avro files.
    84e2c8bf
    [SQL] Add test case with workaround for reading partitioned Avro files
    Michael Armbrust authored
    In order to read from partitioned Avro files we need to also set the `SERDEPROPERTIES` since `TBLPROPERTIES` are not passed to the initialization.  This PR simply adds a test to make sure we don't break this workaround.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #2340 from marmbrus/avroPartitioned and squashes the following commits:
    
    6b969d6 [Michael Armbrust] fix style
    fea2124 [Michael Armbrust] Add test case with workaround for reading partitioned avro files.
Loading