Steven Ware Jones

Results 3 issues of Steven Ware Jones

Is it possible currently or are there any plans to support applyTransform for native Java Beam SDK PTransform[PCollectionTuple, PCollectionTuple]?

enhancement

On code that works fine on Ubuntu and Centos, I'm having problems on Alpine. I'm using `load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")` ``` exception: java.lang.NoClassDefFoundError: Could not initialize class com.intellij.pom.java.LanguageLevel ```

note: help wanted
P3

Unless I specifiy "no-javadocs" when using kt_jvm_export, I get the following error: ``` import kotlin.reflect.jvm.internal.impl.types.model.TypeSubstitutorMarker; ^ symbol: class TypeSubstitutorMarker location: package kotlin.reflect.jvm.internal.impl.types.model /tmp/unpacked-sources12701327578411037281/kotlin/reflect/jvm/internal/impl/types/TypeSubstitutor.java:40: error: cannot find symbol public class TypeSubstitutor...