File tree Expand file tree Collapse file tree 3 files changed +20
-15
lines changed Expand file tree Collapse file tree 3 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,15 @@ public abstract interface class org/jetbrains/kotlinx/dataframe/io/ArrowWriter :
53
53
public abstract fun getMismatchSubscriber ()Lkotlin/jvm/functions/Function1;
54
54
public abstract fun getMode ()Lorg/jetbrains/kotlinx/dataframe/io/ArrowWriter$Mode;
55
55
public abstract fun getTargetSchema ()Lorg/apache/arrow/vector/types/pojo/Schema;
56
- public abstract fun saveArrowFeatherToByteArray ()[B
57
- public abstract fun saveArrowIPCToByteArray ()[B
58
- public abstract fun writeArrowFeather (Ljava/io/File;)V
59
- public abstract fun writeArrowFeather (Ljava/io/OutputStream;)V
60
- public abstract fun writeArrowFeather (Ljava/nio/channels/WritableByteChannel;)V
61
- public abstract fun writeArrowIPC (Ljava/io/File;Z)V
62
- public abstract fun writeArrowIPC (Ljava/io/OutputStream;)V
63
- public abstract fun writeArrowIPC (Ljava/nio/channels/WritableByteChannel;)V
56
+ public fun saveArrowFeatherToByteArray ()[B
57
+ public fun saveArrowIPCToByteArray ()[B
58
+ public fun writeArrowFeather (Ljava/io/File;)V
59
+ public fun writeArrowFeather (Ljava/io/OutputStream;)V
60
+ public fun writeArrowFeather (Ljava/nio/channels/WritableByteChannel;)V
61
+ public fun writeArrowIPC (Ljava/io/File;Z)V
62
+ public fun writeArrowIPC (Ljava/io/OutputStream;)V
63
+ public fun writeArrowIPC (Ljava/nio/channels/WritableByteChannel;)V
64
+ public static synthetic fun writeArrowIPC$default (Lorg/jetbrains/kotlinx/dataframe/io/ArrowWriter;Ljava/io/File;ZILjava/lang/Object;)V
64
65
}
65
66
66
67
public final class org/jetbrains/kotlinx/dataframe/io/ArrowWriter$Companion {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version=1.0.0
3
3
jupyterApiTCRepo =
4
4
kotlin.jupyter.add.scanner =false
5
5
org.gradle.jvmargs =-Xmx4G -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
6
+
6
7
# build.number.detection=false
7
8
# build.number=0.8.0
8
9
@@ -12,6 +13,9 @@ org.gradle.jvmargs=-Xmx4G -Duser.language=en -Duser.country=US -Dfile.encoding=U
12
13
# KSP plugin in the modules that use it.
13
14
kotlin.dataframe.add.ksp =false
14
15
16
+ # We don't support ksp2
17
+ ksp.useKSP2 =false
18
+
15
19
# Enables debug mode for dataframe.
16
20
# This can make certain tests and checks run that should not be run in production.
17
21
# It can also be turned on from the command line with `-Pkotlin.dataframe.debug=true`
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- ksp = " 2.0.20-1 .0.24 "
2
+ ksp = " 2.2.0-2 .0.2 "
3
3
kotlinJupyter = " 0.12.0-383"
4
4
5
5
ktlint = " 12.3.0"
6
6
7
7
# make sure to sync both manually with :generator module
8
- kotlin = " 2.0.20 " # needs jupyter compatibility with Kotlin 2.1 to update
9
- kotlinpoet = " 1.18.1 "
8
+ kotlin = " 2.2.0 " # needs jupyter compatibility with Kotlin 2.1 to update
9
+ kotlinpoet = " 2.2.0 "
10
10
11
- dokka = " 1.9.20 "
12
- libsPublisher = " 1.9.23- dev-45 "
11
+ dokka = " 2.0.0 "
12
+ libsPublisher = " 2.2.0-rc3- dev-57 "
13
13
14
14
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
15
15
# dogfood Gradle / KSP plugins in tests and idea-examples modules
@@ -48,14 +48,14 @@ jsoup = "1.18.3"
48
48
arrow = " 18.1.0"
49
49
kodex = " 0.4.4"
50
50
simpleGit = " 2.2.1"
51
- dependencyVersions = " 0.51 .0"
51
+ dependencyVersions = " 0.52 .0"
52
52
plugin-publish = " 1.3.0"
53
53
shadow = " 8.3.5"
54
54
android-gradle-api = " 7.3.1" # need to revise our tests to update
55
55
ktor = " 3.0.1" # needs jupyter compatibility with Kotlin 2.1 to update
56
56
kotlin-compile-testing = " 1.6.0"
57
57
duckdb = " 1.1.3"
58
- buildconfig = " 5.5.1 "
58
+ buildconfig = " 5.6.7 "
59
59
benchmark = " 0.4.12"
60
60
61
61
geotools = " 32.1"
You can’t perform that action at this time.
0 commit comments