Skip to content

Commit 504361a

Browse files
authored
Promote 21.0.0-beta1 to stable release (#566)
1 parent 0c0aec7 commit 504361a

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed

csharp/ParquetSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1313
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1414
<NoWarn>1591;</NoWarn>
15-
<VersionPrefix>21.0.0-beta1</VersionPrefix>
15+
<VersionPrefix>21.0.0</VersionPrefix>
1616
<Company>G-Research</Company>
1717
<Authors>G-Research</Authors>
1818
<Product>ParquetSharp</Product>

csharp/PublicAPI.Shipped.txt

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ ParquetSharp.IO.RandomAccessFile.Dispose() -> void
447447
ParquetSharp.IO.RandomAccessFile.RandomAccessFile() -> void
448448
ParquetSharp.IO.RandomAccessFile.RandomAccessFile(System.IntPtr handle) -> void
449449
ParquetSharp.IO.ResizableBuffer
450-
ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize = 128) -> void
451450
ParquetSharp.JsonLogicalType
452451
ParquetSharp.ListLogicalType
453452
ParquetSharp.LogicalColumnReader
@@ -1024,3 +1023,30 @@ static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> so
10241023
override ParquetSharp.Schema.GroupNode.ToString() -> string!
10251024
override ParquetSharp.Schema.PrimitiveNode.ToString() -> string!
10261025
ParquetSharp.Arrow.FileWriter.NewRowGroup() -> void
1026+
ParquetSharp.WriterProperties.SortingColumn
1027+
ParquetSharp.WriterProperties.SortingColumn.SortingColumn() -> void
1028+
ParquetSharp.WriterProperties.SortingColumn.SortingColumn(int columnIndex, bool isDescending = false, bool nullsFirst = false) -> void
1029+
ParquetSharp.WriterProperties.SortingColumn.ColumnIndex.get -> int
1030+
ParquetSharp.WriterProperties.SortingColumn.IsDescending.get -> bool
1031+
ParquetSharp.WriterProperties.SortingColumn.NullsFirst.get -> bool
1032+
ParquetSharp.WriterProperties.SortingColumn.Equals(ParquetSharp.WriterProperties.SortingColumn other) -> bool
1033+
override ParquetSharp.WriterProperties.SortingColumn.Equals(object? obj) -> bool
1034+
override ParquetSharp.WriterProperties.SortingColumn.GetHashCode() -> int
1035+
static ParquetSharp.WriterProperties.SortingColumn.operator ==(ParquetSharp.WriterProperties.SortingColumn left, ParquetSharp.WriterProperties.SortingColumn right) -> bool
1036+
static ParquetSharp.WriterProperties.SortingColumn.operator !=(ParquetSharp.WriterProperties.SortingColumn left, ParquetSharp.WriterProperties.SortingColumn right) -> bool
1037+
ParquetSharp.WriterProperties.SortingColumns() -> ParquetSharp.WriterProperties.SortingColumn[]!
1038+
ParquetSharp.WriterPropertiesBuilder.SortingColumns(ParquetSharp.WriterProperties.SortingColumn[]! sortingColumns) -> ParquetSharp.WriterPropertiesBuilder!
1039+
ParquetSharp.RowGroupMetaData.SortingColumns() -> ParquetSharp.WriterProperties.SortingColumn[]!
1040+
ParquetSharp.LogicalTypeEnum.Geography = 18 -> ParquetSharp.LogicalTypeEnum
1041+
ParquetSharp.LogicalTypeEnum.Geometry = 17 -> ParquetSharp.LogicalTypeEnum
1042+
ParquetSharp.LogicalTypeEnum.Variant = 19 -> ParquetSharp.LogicalTypeEnum
1043+
static ParquetSharp.MemoryPool.JemallocMemoryPool() -> ParquetSharp.MemoryPool!
1044+
static ParquetSharp.MemoryPool.MimallocMemoryPool() -> ParquetSharp.MemoryPool!
1045+
static ParquetSharp.MemoryPool.SystemMemoryPool() -> ParquetSharp.MemoryPool!
1046+
ParquetSharp.WriterProperties.MemoryPool.get -> ParquetSharp.MemoryPool!
1047+
ParquetSharp.WriterPropertiesBuilder.MemoryPool(ParquetSharp.MemoryPool! memoryPool) -> ParquetSharp.WriterPropertiesBuilder!
1048+
ParquetSharp.IO.BufferOutputStream.BufferOutputStream(ParquetSharp.MemoryPool! memoryPool) -> void
1049+
ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize = 128, ParquetSharp.MemoryPool? memoryPool = null) -> void
1050+
ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize) -> void
1051+
static ParquetSharp.ReaderProperties.WithMemoryPool(ParquetSharp.MemoryPool! memoryPool) -> ParquetSharp.ReaderProperties!
1052+
ParquetSharp.ReaderProperties.MemoryPool.get -> ParquetSharp.MemoryPool!

csharp/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1 @@
11
#nullable enable
2-
ParquetSharp.WriterProperties.SortingColumn
3-
ParquetSharp.WriterProperties.SortingColumn.SortingColumn() -> void
4-
ParquetSharp.WriterProperties.SortingColumn.SortingColumn(int columnIndex, bool isDescending = false, bool nullsFirst = false) -> void
5-
ParquetSharp.WriterProperties.SortingColumn.ColumnIndex.get -> int
6-
ParquetSharp.WriterProperties.SortingColumn.IsDescending.get -> bool
7-
ParquetSharp.WriterProperties.SortingColumn.NullsFirst.get -> bool
8-
ParquetSharp.WriterProperties.SortingColumn.Equals(ParquetSharp.WriterProperties.SortingColumn other) -> bool
9-
override ParquetSharp.WriterProperties.SortingColumn.Equals(object? obj) -> bool
10-
override ParquetSharp.WriterProperties.SortingColumn.GetHashCode() -> int
11-
static ParquetSharp.WriterProperties.SortingColumn.operator ==(ParquetSharp.WriterProperties.SortingColumn left, ParquetSharp.WriterProperties.SortingColumn right) -> bool
12-
static ParquetSharp.WriterProperties.SortingColumn.operator !=(ParquetSharp.WriterProperties.SortingColumn left, ParquetSharp.WriterProperties.SortingColumn right) -> bool
13-
ParquetSharp.WriterProperties.SortingColumns() -> ParquetSharp.WriterProperties.SortingColumn[]!
14-
ParquetSharp.WriterPropertiesBuilder.SortingColumns(ParquetSharp.WriterProperties.SortingColumn[]! sortingColumns) -> ParquetSharp.WriterPropertiesBuilder!
15-
ParquetSharp.RowGroupMetaData.SortingColumns() -> ParquetSharp.WriterProperties.SortingColumn[]!
16-
ParquetSharp.LogicalTypeEnum.Geography = 18 -> ParquetSharp.LogicalTypeEnum
17-
ParquetSharp.LogicalTypeEnum.Geometry = 17 -> ParquetSharp.LogicalTypeEnum
18-
ParquetSharp.LogicalTypeEnum.Variant = 19 -> ParquetSharp.LogicalTypeEnum
19-
static ParquetSharp.MemoryPool.JemallocMemoryPool() -> ParquetSharp.MemoryPool!
20-
static ParquetSharp.MemoryPool.MimallocMemoryPool() -> ParquetSharp.MemoryPool!
21-
static ParquetSharp.MemoryPool.SystemMemoryPool() -> ParquetSharp.MemoryPool!
22-
ParquetSharp.WriterProperties.MemoryPool.get -> ParquetSharp.MemoryPool!
23-
ParquetSharp.WriterPropertiesBuilder.MemoryPool(ParquetSharp.MemoryPool! memoryPool) -> ParquetSharp.WriterPropertiesBuilder!
24-
ParquetSharp.IO.BufferOutputStream.BufferOutputStream(ParquetSharp.MemoryPool! memoryPool) -> void
25-
ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize = 128, ParquetSharp.MemoryPool? memoryPool = null) -> void
26-
ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize) -> void
27-
*REMOVED*ParquetSharp.IO.ResizableBuffer.ResizableBuffer(long initialSize = 128) -> void
28-
static ParquetSharp.ReaderProperties.WithMemoryPool(ParquetSharp.MemoryPool! memoryPool) -> ParquetSharp.ReaderProperties!
29-
ParquetSharp.ReaderProperties.MemoryPool.get -> ParquetSharp.MemoryPool!

0 commit comments

Comments
 (0)