Skip to content

Commit 7ca9df7

Browse files
Undo parquet changes
1 parent 62cba7e commit 7ca9df7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Extensions/Parquet/Cosmos.DataTransfer.ParquetExtension/ParquetFormatWriter.cs

-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ private void ProcessColumns(IDataItem item, long row)
4242
{
4343
coltype = colval.GetType();
4444
}
45-
if (col == "Timestamp" && coltype == typeof(DateTimeOffset))
46-
{
47-
continue;
48-
}
4945
if (current == null)
5046
{
5147
var newcol = new ParquetDataCol(col, coltype);

0 commit comments

Comments
 (0)