George Papanikolaou

Results 6 issues of George Papanikolaou

The introducion of `Redacter` [here](https://github.com/elastic/elasticsearch-ruby/blob/ac1f5f5ae980d08af7ea3e30453abec90bfba364/elasticsearch-transport/lib/elasticsearch/transport/transport/connections/connection.rb#L43) the arguments have become more strict versus the old [v5.0.5](https://github.com/elastic/elasticsearch-ruby/blob/5.x/elasticsearch-transport/lib/elasticsearch/transport/transport/connections/connection.rb#L26) for example. Up until then one could provide the "host" part in a [HashWithIndifferentAccess](https://api.rubyonrails.org/v4.2/classes/ActiveSupport/HashWithIndifferentAccess.html) The...

It'd be helpful to have the ability to consumer a specific message with the offset as the argument.

enhancement
idea

[This is a sync of a [fix already done and tested in a fork](https://github.com/panther-labs/parquet-go/pull/1)] Relates to https://github.com/fraugster/parquet-go/issues/102 ### Context Panther is running [fraugster/parguet-go](https://github.com/fraugster/parquet-go/) in production for some months now ingesting...

**Describe the bug** Parquet files - when compressed - are so in the page layer. Parquet supports compression per page, (as shown from the DataPageHeaderV2 IsCompressed field, which comes directly...

Hello all, Here's the situation. Apache Avro [spec has some naming guidelines](https://avro.apache.org/docs/1.11.1/specification/#names) for `Record, enums and fixed`. This library correctly checks that and fails when a file has a badly...

### Terraform CLI Version v1.5.7 ### Terraform Provider Version v0.92.0 ### Terraform Configuration ```terraform terraform { required_providers { snowflake = { source = "Snowflake-Labs/snowflake" version = "~> 0.61" } }...

general-usage
resource:stage