Kyle Bendickson

Results 8 issues of Kyle Bendickson

This is an offshoot of https://github.com/apache/iceberg/pull/5305 and partially closes https://github.com/apache/iceberg/issues/5349. Adds a `system.truncate` function that can be used in Spark SQL, as well as can be used as a `FunctionCatalog`...

API
spark
core

Working on #5431, I noticed that we are validating the input length to the String truncate transform in every call for every value. However, the input length has already been...

API

As part of the REST catalog, we have to implement several request / response classes. It would be nice to link the classes themselves to the OpenAPI document in the...

stale

Thank you so much for the work that you've all put in on this labeler action! I've been going through some of the apache repos and updating them to use...

We currently cannot use Spark Structured Streaming for reading from an Iceberg table. This seems like a very common need. We were previously discussing the issue quite a lot back...

stale

When going through and adding name format strings to our parameterized tests, I noticed a few parameters that came out looking wonky as the Parameters name substitution simply calls the...

stale

Updating parameterized tests to have names in this PR https://github.com/apache/iceberg/pull/1539, I noticed that `TestSparkParquetReadMetadataColumns` had a `vectorized` parameter that is currently only tested with `false`. It is commented out for...

stale

## What happened? Feature request / tool usage assistance! ## What did you want to happen? The Revapi project defines a way to ignore certain types of changes, [for example,...