cxzl25
cxzl25
Modify this file d2j_invoke.bat
Help to review when you are free. Thanks. @Hexiaoqiao
> I don't get this improvement. It seems that `System.nanoTime()` in single thread then compare. Do you meet any issue here? Thanks. `System.nanoTime()`may return a negative number, the comparison here...
> Sorry for the late response. But I did not get why System.nanoTime() may return a negative number. Do you mind to offer any jdk information? Thanks. > > >...
I tried adding multiple loops to this ut, and I can indeed reproduce this problem. But from the log, I found nothing unusual. In addition, because `flink-runtime-1.15.2-tests.jar` contains `log4j2-test.properties`, `rootLogger.level...
> we override the `src/test/resources/log4j2-test.xml` in `scalatest-maven-plugin`, you mean it does not take effect? The flink test log downloaded from GA does have output logs. Test with `./build/mvn test`, there...
These two PRs can solve your problem. https://github.com/apache/incubator-kyuubi/pull/3498 https://github.com/apache/incubator-kyuubi/pull/3519
Kyuubi supports configuring Spark parameters in `kyuubi-defaults.conf` for example ```properties spark.sql.filesourceTableRelationCacheSize 0 ```` This way it will take effect on spark engine. You can also add configuration in `spark-defaults.conf`
> Yes, replace KYUUBI_VERSION by something like PROTOCOL_VERSION is more reasonable to me, and we should only bump PROTOCOL_VERSION when breaking change happens +1 Using a custom protol version looks...