kyuubi/externals
Fu Chen f040d7ca25 [KYUUBI #4923] [ARROW] Update arguments of ArrowUtils#toArrowSchema function
### _Why are the changes needed?_

to adapt Spark 3.5, the new conf `spark.sql.execution.arrow.useLargeVarType` was introduced  in https://github.com/apache/spark/pull/39572

the signature of function `ArrowUtils#toArrowSchema` before

```scala
   def toArrowSchema(
       schema: StructType,
       timeZoneId: String,
       errorOnDuplicatedFieldNames: Boolean): Schema
```

after

```scala
  def toArrowSchema(
      schema: StructType,
      timeZoneId: String,
      errorOnDuplicatedFieldNames: Boolean,
      largeVarTypes: Boolean = false): Schema
```

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4923 from cfmcgrady/arrow-toArrowSchema.

Closes #4923

3806494a5 [Fu Chen] Update Arguments of ArrowUtils#toArrowSchema Function

Authored-by: Fu Chen <cfmcgrady@gmail.com>
Signed-off-by: fwang12 <fwang12@ebay.com>
2023-06-05 19:21:48 +08:00
..
kyuubi-chat-engine [KYUUBI #4870] Add kyuubi-util and kyuubi-util-scala modules 2023-05-22 22:13:56 +08:00
kyuubi-download [KYUUBI #4348] [INFRA] Cache engine archives in CI jobs for maven download plugin 2023-02-18 22:34:02 +08:00
kyuubi-flink-sql-engine [KYUUBI #4870] Add kyuubi-util and kyuubi-util-scala modules 2023-05-22 22:13:56 +08:00
kyuubi-hive-sql-engine [KYUUBI #4852] Switch to Kyuubi Shaded Zookeeper 2023-05-21 20:49:00 +08:00
kyuubi-jdbc-engine [KYUUBI #4905] Generalize util method for loading class from service loader 2023-05-31 20:37:26 +08:00
kyuubi-spark-sql-engine [KYUUBI #4923] [ARROW] Update arguments of ArrowUtils#toArrowSchema function 2023-06-05 19:21:48 +08:00
kyuubi-trino-engine [KYUUBI #4792] [MINOR] Enhance hardcode session keywords and remove unused code 2023-05-12 08:30:18 +08:00