ApacheOrcDotNet icon indicating copy to clipboard operation
ApacheOrcDotNet copied to clipboard

C# Port of the Apache ORC File Format

Results 8 ApacheOrcDotNet issues
Sort by recently updated
recently updated
newest added

I am doing multiple line insertion into a file from BD but sometimes I get an error like this, I would like to know what it means ArithmeticException: A code...

Hello, is there any official NuGet package? I've found this one: https://www.nuget.org/packages/ApacheOrcDotNet Is it the official package for this repo? If so, could you please update NuGet properties to include...

Hi, Thanks for writing lib! I am trying to understand if I can use this lib to read.orc files. My service receives many .orc files from costumers, and I wish...

The current ORC reading code is slow and allocated often. These changes focus on reducing allocations and batching rows efficiently to produce higher performance and scalability. Thanks @akasarto for all...

As an addition to ZLib, please also add Snappy compression.

enhancement

Please make the method `AddConfiguration` of the `SerializationTypeConfiguration` class public. I need to serialize models based on reflection (basically include all properties that can be serialized, like `int`, `string` and...

enhancement

Serialization of `enum`s is currently not supported. It should be added and it should be configurable to serialize them either is `int` or as `string`.

enhancement