Stefan Kandic

Results 10 issues of Stefan Kandic

### What changes were proposed in this pull request? Disable hive style partitioning on columns that are non default collated ### Why are the changes needed? With current implementation partitioning...

SQL

### What changes were proposed in this pull request? Adding support for create table with collated columns using parquet ### Why are the changes needed? In order to support basic...

SQL

### What changes were proposed in this pull request? Adding a new function `SortMap` ### Why are the changes needed? In order to add the ability to do GROUP BY...

SQL
DOCS
PYTHON
R
CONNECT

### What changes were proposed in this pull request? Changing serialization and deserialization of collated strings so that the collation information is put in the metadata of the enclosing struct...

SQL
STRUCTURED STREAMING
PYTHON
CONNECT

### What changes were proposed in this pull request? Adding a new classes of filters which are collation aware. ### Why are the changes needed? #46760 Added the logic of...

SQL

### What changes were proposed in this pull request? Disable writing collated types to data sources that don't support them. However, spark managed tables should still work as the schema...

SQL

## Feature request #### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [X] Kernel - [ ] Other (fill...

enhancement

### What changes were proposed in this pull request? This PR proposes not using session-level collation in DDL commands, specifically in CREATE TABLE v2 and ALTER TABLE ADD/REPLACE COLUMNS commands....

SQL

### What changes were proposed in this pull request? Add a new case in collation type casts for retrieving values from a map where the keys are collated strings. This...

SQL

### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ###...

SQL
CONNECT