Maximilian Michels

Results 6 issues of Maximilian Michels

Like present in Gmail, would it be possible to add "Mark unread from here" to the message menu? Marking a portion of a thread unread is currently only possible by...

## Expected behavior `prelude-update` runs without errors. ## Actual behavior ``` helm-M-x-execute-command: Wrong type argument: epl--package-desc-p, #s(package-desc zop-to-char (20160212 1554) "A replacement of zap-to-char." ((cl-lib (0 5))) nil nil "/Users/max/.emacs.d/elpa/zop-to-char-20160212.1554"...

stale

**Describe the bug** Apache Iceberg uses two custom Map implementations. Kryo serialization worked fine for these two with Kryo 2.24.0, but fails to deserialize with 5.62: - https://github.com/apache/iceberg/blob/d14298fe9e826f67e0a2c4d8e279c6b032912726/core/src/main/java/org/apache/iceberg/SerializableByteBufferMap.java#L31 - https://github.com/apache/iceberg/blob/d14298fe9e826f67e0a2c4d8e279c6b032912726/core/src/main/java/org/apache/iceberg/util/SerializableMap.java#L28...

question

`RowData#createFieldGetter` is the go-to method for creating field getters for a given field type and position. The method FieldGetter#getFieldOrNull suggests that null is returned if the field has been nulled....

component=TableSQL/API
component=TableSQL/Runtime

Adds support for case-insensitive field name lookups when adding and moving columns in SchemaUpdate. This ensures that move operations work correctly in case-insensitive mode, fixing a bug where newly added...

core