James Xu
James Xu
Just out of curiosity, why `spring-graphql-common` depends on java `1.8`, rather than some lower version like `1.6`? our production system is using jdk `1.6` now, but we want to use...
1. Some wording polishing. 2. Ansi Off -> ANSI OFF 3. Draw -> Drag
### Description There are some typos in velox-backend-support-progress.md, it would be good to fix them.
### Backend VL (Velox) ### Bug description I was running TPCH Q1, the details for the Scan is: ``` Scan parquet spark_catalog.tpch1g_parquet.lineitem number of skipped splits: 0 totaltime of scan...
### Bug description ``` presto:tpch100g> analyze orders; Query 20240121_133327_00322_v5a3c, FAILED, 3 nodes Splits: 69 total, 0 done (0.00%) [Latency: client-side: 93ms, server-side: 76ms] [0 rows, 0B] [0 rows/s, 0B/s] Query...
# Which issue does this PR close? First PR for #1745 , establish the skeleton for correctness testing # Rationale for this change N/A. # What changes are included in...
Auron is a great Native Engine. But we also see some correctness related issues recently: * https://github.com/apache/auron/issues/1674 * https://github.com/apache/auron/issues/1716 * https://github.com/apache/auron/issues/1680 Apache Gluten(https://github.com/apache/incubator-gluten) faces the similar issue, Gluten has built...
**Describe the bug** Spark's substring support Binary input: https://github.com/apache/spark/blob/dc47def562652b6d35a6ecb6600373ed645326bf/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala#L2323-L2330 ```scala override def nullSafeEval(string: Any, pos: Any, len: Any): Any = { str.dataType match { case _: StringType => string.asInstanceOf[UTF8String] .substringSQL(pos.asInstanceOf[Int],...
I can build auron successfully using command line(auron-build.sh), but there are some errors in Intellij: How to solve it?
> The idea and words are inspired by Apache Celeborn :) The Apache Auron community grows with the combined efforts of every user and developer and appreciates every user and...