-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SparkIntegration now uses spark connect :)
- Loading branch information
1 parent
71f115a
commit 03a54eb
Showing
20 changed files
with
1,099 additions
and
961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
root = true | ||
|
||
[*] | ||
charset=utf-8 | ||
end_of_line=lf | ||
insert_final_newline=true | ||
indent_style=space | ||
indent_size=4 | ||
max_line_length=120 | ||
|
||
[*.json] | ||
indent_size=2 | ||
|
||
[*.yaml] | ||
indent_size=2 | ||
|
||
[*.ipynb] | ||
insert_final_newline=false | ||
|
||
[*.{kt,kts}] | ||
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL | ||
|
||
ktlint_code_style = ktlint_official | ||
ktlint_experimental = enabled | ||
ktlint_standard_filename = disabled | ||
ktlint_standard_no-empty-first-line-in-class-body = disabled | ||
ktlint_class_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than = 4 | ||
ktlint_ignore_back_ticked_identifier = true | ||
ktlint_standard_multiline-expression-wrapping = disabled | ||
|
||
[*/build/**/*] | ||
ktlint = disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -377,3 +377,4 @@ orcpath/ | |
**/.allure/ | ||
**/allure-results/ | ||
/generated_* | ||
/.kotlin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
136 changes: 0 additions & 136 deletions
136
jupyter/src/main/kotlin/org/jetbrains/kotlinx/spark/api/jupyter/HtmlRendering.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.