Lev

Results 9 issues of Lev

github enterprise is not hosted under github.com. support a custom domain for github

feature

when zooming in into the graph, the browser search (ctrl+F) doesn't work very well. it just jumps into random places. would be very convenient to have a working search bar...

Feature
community
dependencyBrowseGraph

when the graph is complex, it is very difficult to follow the parents and children of each dependency (see example at the bottom) add a feature, than when a dependency...

Feature
community
dependencyBrowseGraph

now that spark 2.0 is released, would be nice to support it

similar to the ability to shade in a specific module using `inLibrary`, provide a similar functionality to shade in a managed/unmanaged jar. I already implemented it for my own use,...

area/shading

when using the Encode of the standard package, it adds a `\n` after every object, but when json-iterator gets it as an input, it fails, see code for an example:...

I'd like to be able to make multiple inserts to a table in a single transaction, so that if anything goes wrong during the writes, there is no partial data...

since spark 4 was release recently, it would be good for the snowpark connector to support it as well

I got this error after upgrading from 3.0.0 to 3.1.1. the error happens while writing into a snowflake table with a DataframeWriter driver stack trace: ``` org.apache.spark.rdd.RDD.collect(RDD.scala:1048) net.snowflake.spark.snowflake.io.CloudStorage.uploadRDD(CloudStorageOperations.scala:801) net.snowflake.spark.snowflake.io.CloudStorage.uploadRDD$(CloudStorageOperations.scala:751) net.snowflake.spark.snowflake.io.InternalS3Storage.uploadRDD(CloudStorageOperations.scala:1305)...