Izek Greenfield

Results 40 issues of Izek Greenfield

I see in class Connections lines 108 - 118: ``` public static ConfigurableConnection create(ConnectionOptions options, Config config, ClassLoader classLoader) throws IOException, TimeoutException { Assert.notNull(options, "options"); Assert.notNull(config, "config"); Assert.notNull(classLoader, CLASS_LOADER_PARAMETER_NAME); ConnectionHandler...

Can you add 2 functions: 1. greatest that do not filter null but return null if one of the input is null 2. least that do not filter null but...

``` Details: Current thread: Thread[Alarm Pool,4,main] 560889630 Dispatch thread: false; isDispatchThread(): false SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 2107409562 java.lang.Throwable: Read access is allowed from inside read-action (or EDT) only (see com.intellij.openapi.application.Application.runReadAction()) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:200)...

bug
status:cannot-reproduce
status:need-more-info

I have this case class: ``` case class Time(val a: String, val b: String) ``` and this json: ``` { "a" : "12345" } ``` When I serialize this json...

Is there any plan to support R-spark?

feature request

Let say I have TagType of Object and I want to generate schema for it.

wontfix

I upgraded spark ui to use latest version and load time of the timeline with 3490 items is about 4 minutes. tested on the latest chrome. windows 10 ``` function...

2016-07-13 17:31:38,771 [ 90803] ERROR - napi.project.CacheUpdateRunner - Error while indexing master.yaml To reindex this file IDEA has to be restarted java.lang.IllegalStateException: Unexpected termination offset for lexer lv.kid.vermut.intellij.yaml.lexer.YamlHighlightingLexer@40e87856 at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.a(LexerEditorHighlighter.java:350)...