Martin Kolb

Results 8 issues of Martin Kolb

I have a scenario where a glob string (e.g. `./processor/**/*`) is used in multiple places in files that are in different directories. In these **directories**, the resolution of the globbing...

This PR proposes a solution for the issue https://github.com/thomaschaaf/esbuild-plugin-import-glob/issues/9

The commonjs plugin should transform only calls to a global function called “require”. Calls to functions containing the term ”require” (e.g. “myrequire”) and calling “require” on an object (e.g. “myObj.require”)...

good first issue
has pr

Fixes issue mentioned here: https://github.com/originjs/vite-plugins/pull/26#issuecomment-1604608272

Not sure if this is an enhancement, feature or a maybe a bug. I naively assumed that an observability platform for networking on K8s gives me some kind of **explicit...

# Description The Python binding has a hard-coded list of deltalake handlers that are registered: https://github.com/delta-io/delta-rs/blob/fcd62ab10be9545eab296f03ae0e4324fc4be6cb/python/src/lib.rs#L2035-L2039 To add support for another object store (SAP BTP) we have a **Rust crate...

enhancement
binding/python

## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/12226 ## Rationale for this change The "to_date" function (https://github.com/apache/datafusion/blob/main/datafusion/functions/src/datetime/to_date.rs) fails to process dates that are later than year 2262. This is...

functions

### Describe the bug The "to_date" function (https://github.com/apache/datafusion/blob/main/datafusion/functions/src/datetime/to_date.rs) fails to process dates that are later than year 2262. This is caused by the implementation detail that the conversion process uses...

bug