Claus Stadler

Results 134 issues of Claus Stadler

In [ParameterDescription.java](https://github.com/cbeust/jcommander/blob/51a5915/src/main/java/com/beust/jcommander/ParameterDescription.java#L261) a new collection is created and the bean's setter is invoked. Afterwards, the items are added to the original collection, so if the bean's setter created a copy,...

GitHub issue resolved #1477 The API changes to AsyncParser are intended to be completely backwards-compatible. I will add more tests for the issues outlined in #1477 later. ---- - [...

### Version 4.6.0-SNAPSHOT ### Feature Issues: - Closing the iterator's returned by AsyncParser does not abort the parsing process. In fact, repeatedly abandoning iterators will cause parsing threads to silently...

enhancement

### Version 4.6.0-SNAPSHOT ### What happened? (Credits to @LorenzBuehmann for spotting this) While creating an assembler config that creates two services with different configurations over the same spatial dataset we...

bug

PR: https://github.com/apache/jena/pull/1475 ### Version 4.6.0-SNAPSHOT ### What happened? Another follow up on https://issues.apache.org/jira/browse/JENA-2309 I investigated the issue of slow PrefixMapStd further and it turns out that when there are 'hits'...

bug

GitHub issue resolved #1474 Reimplementation of PrefixMapStd to combine "fast-track" with trie backing. ---- - [x] Tests are included. (All existing tests apply - no new ones created) - [...

### Version 4.6.0-SNAPSHOT ### What happened? I started again looking into the issues I had with Jena in Spark settings; related to https://issues.apache.org/jira/browse/JENA-2309 Right now I am investigating some long...

bug

Hi, Is there a way to use the proxying approach over in-memory data so that the await is no longer necessary? it feels quite clumsy in cases where all data...

### Description For databases (in my concrete case postgresql) with many schemas it would be very useful if the bootstrapping process could be restricted to only a specific schema (or...

type: enhancement
topic: bootstrapping
status: requested

It seems that currently result sets cannot be written out in parallel; there should be an API / utility function for reading/writing as CSV/TSV - for these formats we can...