panbingkun
panbingkun
@mihailom-db Is the GA failure related to this pr? https://github.com/panbingkun/spark/actions/runs/9086615518/job/24972712440
From the GA's results, it seems that only MySQL is good, and everything else has problems, not only the support of data type `LONGTEXT` cc @beliefer @yaooqinn @HyukjinKwon @cloud-fan
When I change the data type from `LONGTEXT` to `varchar(100)`, it seems that there are different problems in `MsSqlServerIntegrationSuite`, `DB2IntegrationSuite`, `PostgresIntegrationSuite `, eg:
> Thank @panbingkun,I reverted this in [4ff5ca8](https://github.com/apache/spark/commit/4ff5ca81cffbd1940c864144ca8fbba54b605e4e) Thanks! @yaooqinn @mihailom-db After fix it, you can resubmit :)
Let's wait for it https://contributors.scala-lang.org/t/scala-2-13-14-release-planning/6581/12
> Like we observed before, I guess we need to wait new compatible plugins and `Ammonite` shell additionally. Isn't it? > > cc @LuciferYang , too Yeah, that's right. 😄...
> Although we are waiting for `Ammonite` still, could you base this PR once more, @panbingkun ? > > * [Add support for Scala 2.13.14 com-lihaoyi/Ammonite#1482](https://github.com/com-lihaoyi/Ammonite/pull/1482) Sure, done.
> https://repo1.maven.org/maven2/com/typesafe/genjavadoc/genjavadoc-plugin_2.13.14/0.19/ I have updated the version of `genjavadoc` in the file `project/SparkBuild.scala`.
> jline I guess it may be related to the fact that the `Ammonite` supporting `scala 2.13.14` has not been released.
@SethTisue Just right, you are here too https://github.com/scala/scala/pull/10717 https://github.com/scala/scala/pull/10717/files#diff-87e6fe6a086cec9825e72357099f0ae6b84800ea025c5aee97b6cc7088c6cd4d I found that in `scala-2.13.14`, the version of `org.jline:jline` was upgraded from `3.14.1` to `3.15.1` because: https://github.com/scala/bug/issues/12957 But I found that...