sherlockbeard
03/29/2024, 8:23 PMjay
03/29/2024, 8:28 PMfield_idwrite files -> collect metadata -> convert to delta lake metadata -> commit the metadata to deltalakesherlockbeard
03/29/2024, 9:00 PMjay
03/29/2024, 9:05 PMwrite_tablejay
03/29/2024, 9:08 PMClark Zinzow
03/29/2024, 10:20 PMsherlockbeard
04/01/2024, 3:45 PMjay
04/01/2024, 3:48 PMdf.schema() -> Schemafields = [f for f in df.schema()]
pyarrow_fields = [pa.field(f.name, f.dtype.to_arrow_dtype()) for f in fields]
pyarrow_schema = pa.schema(pyarrow_fields)