Marco Neumann

Results 54 issues of Marco Neumann

I had a debugging usecase where the executable would either never finish or get OOM-killed. So I guess the output could be somewhat incomplete/messed up. The output was very large...

## Motivation Using `SSLKEYLOGFILE` is helpful when you want to intercept TLS traffic for debugging and is generally supported by many libraries and browsers. Also see: https://wiki.wireshark.org/TLS#using-the-pre-master-secret ## Solution Add...

## Which issue does this PR close? Closes #9305. ## Rationale for this change `SchemaProvider::table` is async and clearly allows IO: https://github.com/apache/arrow-datafusion/blob/6fad5ed7a37c50b9c200f214c3e13b0e1f0cecbc/datafusion/core/src/catalog/schema.rs#L114-L116 However this method cannot fail. Casting errors to...

core

### Is your feature request related to a problem or challenge? Databases / ETL solutions built on top of DataFusion can use UDFs (in their various forms) to extend the...

enhancement

### Is your feature request related to a problem or challenge? `SchemaProvider::table` is async and clearly allows IO: https://github.com/apache/arrow-datafusion/blob/6fad5ed7a37c50b9c200f214c3e13b0e1f0cecbc/datafusion/core/src/catalog/schema.rs#L114-L116 However this method cannot fail. Casting errors to `None` is semantically...

enhancement

## Description I don't know exactly where to file this bug, so I'm filing it here for visibility but we may wanna link Mutter/Gnome and Alacritty issues here. When forge...

bug
question
wayland
upstream
gnome-44

```sql select 1 from ( select f(interval '1 hour') from t where time > 2023-01-03T00:00:00Z ) ``` which misses the quotes around `2023-01-03T00:00:00Z` gives: ```text Error during parsing: ParserError("Expected ),...

### Is your feature request related to a problem or challenge? DataFusion currently has an extensive benchmark suite that looks roughly like this: - **fixed task set:** There is a...

enhancement

Sollten wir [hier](https://github.com/MartinThoma/KIT-Musterloesungen/blob/master/CG/2015-Nachklausur/shader.frag#L14) nicht die Transformationsmatrix für Normalen anpassen? Also aus ``` glsl vec3 normal_wc = matO2W * normal; ``` sollte ``` glsl vec3 normal_wc = transpose(inverse(matO2W)) * normal; ```...

CG

Only for doc purposes, need to clean this up before merging.