Kenn Knowles

Results 30 issues of Kenn Knowles

When using the plugin with checkerframework 3.4.x or later, the plugin still creates the (obsolete?) configuration `checkerFrameworkAnnotatedJDK` with the missing dependency `org.checkerframework:jdk8:3.5.0`. This causes some tools that process dependencies to...

Steps to reproduce on Mac with JAVA_HOME set to some JDK8 and JAVA11_HOME set to some JDK11 ``` git clone --single-branch --branch checker-gradle-java11-trouble http://github.com/kennknowles/beam.git cd beam ./gradlew \ -PcompileAndRunTestsWithJava11 \...

`heroku repo:rebuild` cannot read my application's remote from my git config because there are two applications with different remotes (`production` and `staging`) So it defaults to a remote named `heroku`...

This would allow users of the plugin to migrate their configuration files off of whitelist/blacklist terminology. See https://tools.ietf.org/html/draft-knodel-terminology-01 for context. I did not audit for these terms throughout this codebase....

This adds enough annotation and checks to re-enable nullness checking in JdbcIO. It does not do any significant refactor that might make it less error-prone. ------------------------ Thank you for your...

java
io
jdbc
Next Action: Reviewers

This rolls forward the Java SDK reference implementation of `Redistribute`. This does not include runner translations. - In the prior attempt at this change: many runners failed the Redistribute tests...

java
build

### What happened? *Behavior observed:* When control-clicking on a Java class name that goes between modules, I noticed it often went to a decompiled class file rather than the source....

bug
P2
awaiting triage

To reproduce: ``` git clone https://github.com/kennknowles/beam --branch checkerframework-StructuralEqualityComparer cd beam ./gradlew :sdks:java:core:compileJava ``` Output: ``` error: StructuralEqualityComparer: unexpected combination: type: [TYPEVAR class org.checkerframework.framework.type.AnnotatedTypeMirror$AnnotatedTypeVariable] OutputT extends Object supertype: [WILDCARD class org.checkerframework.framework.type.AnnotatedTypeMirror$AnnotatedWildcardType]...

bug
crash

We have gzipped text files in Google Cloud Storage that have the following metadata headers set: ``` Content-Encoding: gzip Content-Type: application/octet-stream ``` Trying to read these with apache_beam.io.ReadFromText yields the...

python
google-cloud-platform-core
bug
good first issue
P2
files

This reverts commit 49056fd7ed111c4c9ebb9236ab447d39f0aa86f3. **Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and...

build
runners
flink