From 82af1fb8ff4d657d28da3b97134fb826445bca30 Mon Sep 17 00:00:00 2001 From: Sal Date: Thu, 14 Mar 2024 00:04:37 -0400 Subject: [PATCH] fix build --- src/ParquetViewer/Helpers/CustomScriptBasedSchemaAdapter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParquetViewer/Helpers/CustomScriptBasedSchemaAdapter.cs b/src/ParquetViewer/Helpers/CustomScriptBasedSchemaAdapter.cs index 8661337..f0cbafd 100644 --- a/src/ParquetViewer/Helpers/CustomScriptBasedSchemaAdapter.cs +++ b/src/ParquetViewer/Helpers/CustomScriptBasedSchemaAdapter.cs @@ -15,7 +15,7 @@ public class CustomScriptBasedSchemaAdapter static CustomScriptBasedSchemaAdapter() { - Hashtable hashtable = new + Hashtable hashtable = new() { { typeof(ulong), "BIGINT {1}NULL" }, { typeof(long), "BIGINT {1}NULL" },