Skip to content

Commit

Permalink
Promote 18.1.0-beta1 to stable release (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve authored Feb 24, 2025
1 parent 568a54f commit f0ee0b9
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion csharp/ParquetSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1591;</NoWarn>
<VersionPrefix>18.1.0-beta1</VersionPrefix>
<VersionPrefix>18.1.0</VersionPrefix>
<Company>G-Research</Company>
<Authors>G-Research</Authors>
<Product>ParquetSharp</Product>
Expand Down
8 changes: 8 additions & 0 deletions csharp/PublicAPI/net471/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1011,3 +1011,11 @@ virtual ParquetSharp.LogicalTypeFactory.GetTypesOverride(ParquetSharp.LogicalTyp
virtual ParquetSharp.LogicalTypeFactory.IsSupported(System.Type! type) -> bool
virtual ParquetSharp.LogicalTypeFactory.TryGetParquetTypes(System.Type! logicalSystemType, out (ParquetSharp.LogicalType? logicalType, ParquetSharp.Repetition repetition, ParquetSharp.PhysicalType physicalType) entry) -> bool
virtual ParquetSharp.LogicalWriteConverterFactory.GetConverter<TLogical, TPhysical>(ParquetSharp.ColumnDescriptor! columnDescriptor, ParquetSharp.ByteBuffer? byteBuffer) -> System.Delegate!
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.ReadOnlySpan<short> defLevels, System.Span<decimal?> destination, decimal multiplier, int typeLength, short definedLevel) -> void
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.Span<decimal> destination, decimal multiplier, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<int> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<long> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<int> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<long> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, short nullLevel, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
8 changes: 0 additions & 8 deletions csharp/PublicAPI/net471/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
#nullable enable
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.ReadOnlySpan<short> defLevels, System.Span<decimal?> destination, decimal multiplier, int typeLength, short definedLevel) -> void
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.Span<decimal> destination, decimal multiplier, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<int> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<long> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<int> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<long> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, short nullLevel, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
8 changes: 8 additions & 0 deletions csharp/PublicAPI/net6/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1038,3 +1038,11 @@ virtual ParquetSharp.LogicalTypeFactory.GetTypesOverride(ParquetSharp.LogicalTyp
virtual ParquetSharp.LogicalTypeFactory.IsSupported(System.Type! type) -> bool
virtual ParquetSharp.LogicalTypeFactory.TryGetParquetTypes(System.Type! logicalSystemType, out (ParquetSharp.LogicalType? logicalType, ParquetSharp.Repetition repetition, ParquetSharp.PhysicalType physicalType) entry) -> bool
virtual ParquetSharp.LogicalWriteConverterFactory.GetConverter<TLogical, TPhysical>(ParquetSharp.ColumnDescriptor! columnDescriptor, ParquetSharp.ByteBuffer? byteBuffer) -> System.Delegate!
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.ReadOnlySpan<short> defLevels, System.Span<decimal?> destination, decimal multiplier, int typeLength, short definedLevel) -> void
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.Span<decimal> destination, decimal multiplier, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<int> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<long> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<int> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<long> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, short nullLevel, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
8 changes: 0 additions & 8 deletions csharp/PublicAPI/net6/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
#nullable enable
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.ReadOnlySpan<short> defLevels, System.Span<decimal?> destination, decimal multiplier, int typeLength, short definedLevel) -> void
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.Span<decimal> destination, decimal multiplier, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<int> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<long> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<int> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<long> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, short nullLevel, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
8 changes: 8 additions & 0 deletions csharp/PublicAPI/netstandard2.1/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1011,3 +1011,11 @@ virtual ParquetSharp.LogicalTypeFactory.GetTypesOverride(ParquetSharp.LogicalTyp
virtual ParquetSharp.LogicalTypeFactory.IsSupported(System.Type! type) -> bool
virtual ParquetSharp.LogicalTypeFactory.TryGetParquetTypes(System.Type! logicalSystemType, out (ParquetSharp.LogicalType? logicalType, ParquetSharp.Repetition repetition, ParquetSharp.PhysicalType physicalType) entry) -> bool
virtual ParquetSharp.LogicalWriteConverterFactory.GetConverter<TLogical, TPhysical>(ParquetSharp.ColumnDescriptor! columnDescriptor, ParquetSharp.ByteBuffer? byteBuffer) -> System.Delegate!
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.ReadOnlySpan<short> defLevels, System.Span<decimal?> destination, decimal multiplier, int typeLength, short definedLevel) -> void
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.Span<decimal> destination, decimal multiplier, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<int> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<long> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<int> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<long> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, short nullLevel, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
8 changes: 0 additions & 8 deletions csharp/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
#nullable enable
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.ReadOnlySpan<short> defLevels, System.Span<decimal?> destination, decimal multiplier, int typeLength, short definedLevel) -> void
static ParquetSharp.LogicalRead.ConvertDecimal(System.ReadOnlySpan<ParquetSharp.FixedLenByteArray> source, System.Span<decimal> destination, decimal multiplier, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<int> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<long> destination, decimal multiplier) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal> source, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<int> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<long> destination, decimal multiplier, short nullLevel) -> void
static ParquetSharp.LogicalWrite.ConvertDecimal(System.ReadOnlySpan<decimal?> source, System.Span<short> defLevels, System.Span<ParquetSharp.FixedLenByteArray> destination, decimal multiplier, short nullLevel, ParquetSharp.ByteBuffer! byteBuffer, int typeLength) -> void

0 comments on commit f0ee0b9

Please sign in to comment.