Re: Python support for Tables creation

2019-01-07 Thread Dave Sugden
On 2019/01/05 16:55:49, Dave Sugden wrote: > Are there plans to provide python support (JavaGateway etc.) for the> > creation of the Tables (eg. HadoopTables), Schema and PartitionSpec?> > > As far as I can tell, that would be sufficient, as pyspark.sql provides> > DataFrame support.> > Ah! just

Python support for Tables creation

2019-01-05 Thread Dave Sugden
Are there plans to provide python support (JavaGateway etc.) for the creation of the Tables (eg. HadoopTables), Schema and PartitionSpec? As far as I can tell, that would be sufficient, as pyspark.sql provides DataFrame support.