Skip to content
Snippets Groups Projects
  • Michael Armbrust's avatar
    273c2fd0
    [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDs · 273c2fd0
    Michael Armbrust authored
    This makes it possible to create tables and insert into them using the DSL and SQL for the scala and java apis.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #354 from marmbrus/insertIntoTable and squashes the following commits:
    
    6c6f227 [Michael Armbrust] Create random temporary files in python parquet unit tests.
    f5e6d5c [Michael Armbrust] Merge remote-tracking branch 'origin/master' into insertIntoTable
    765c506 [Michael Armbrust] Add to JavaAPI.
    77b512c [Michael Armbrust] typos.
    5c3ef95 [Michael Armbrust] use names for boolean args.
    882afdf [Michael Armbrust] Change createTableAs to saveAsTable.  Clean up api annotations.
    d07d94b [Michael Armbrust] Add tests, support for creating parquet files and hive tables.
    fa3fe81 [Michael Armbrust] Make insertInto available on JavaSchemaRDD as well.  Add createTableAs function.
    273c2fd0
    History
    [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDs
    Michael Armbrust authored
    This makes it possible to create tables and insert into them using the DSL and SQL for the scala and java apis.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #354 from marmbrus/insertIntoTable and squashes the following commits:
    
    6c6f227 [Michael Armbrust] Create random temporary files in python parquet unit tests.
    f5e6d5c [Michael Armbrust] Merge remote-tracking branch 'origin/master' into insertIntoTable
    765c506 [Michael Armbrust] Add to JavaAPI.
    77b512c [Michael Armbrust] typos.
    5c3ef95 [Michael Armbrust] use names for boolean args.
    882afdf [Michael Armbrust] Change createTableAs to saveAsTable.  Clean up api annotations.
    d07d94b [Michael Armbrust] Add tests, support for creating parquet files and hive tables.
    fa3fe81 [Michael Armbrust] Make insertInto available on JavaSchemaRDD as well.  Add createTableAs function.
sql.py 12.89 KiB