|
| 1 | +<!--- |
| 2 | +Licensed to the Apache Software Foundation (ASF) under one |
| 3 | +or more contributor license agreements. See the NOTICE file |
| 4 | +distributed with this work for additional information |
| 5 | +regarding copyright ownership. The ASF licenses this file |
| 6 | +to you under the Apache License, Version 2.0 (the |
| 7 | +"License"); you may not use this file except in compliance |
| 8 | +with the License. You may obtain a copy of the License at |
| 9 | +
|
| 10 | +http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | +Unless required by applicable law or agreed to in writing, |
| 13 | +software distributed under the License is distributed on an |
| 14 | +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | +KIND, either express or implied. See the License for the |
| 16 | +specific language governing permissions and limitations |
| 17 | +under the License. |
| 18 | +--> |
| 19 | + |
| 20 | +# Spark Version Compatibility |
| 21 | + |
| 22 | +This page documents known issues and limitations specific to each supported Apache Spark version. |
| 23 | + |
| 24 | +For general compatibility information that applies across all Spark versions, see the other pages in this |
| 25 | +compatibility guide. |
| 26 | + |
| 27 | +## Spark 3.4 |
| 28 | + |
| 29 | +Spark 3.4.3 is supported with Java 11/17 and Scala 2.12/2.13. |
| 30 | + |
| 31 | +## Spark 3.5 |
| 32 | + |
| 33 | +Spark 3.5.8 is supported with Java 11/17 and Scala 2.12/2.13. |
| 34 | + |
| 35 | +## Spark 4.0 |
| 36 | + |
| 37 | +Spark 4.0.2 is supported with Java 17 and Scala 2.13. |
| 38 | + |
| 39 | +### Known Limitations |
| 40 | + |
| 41 | +- **Collation support** ([#1947](https://github.com/apache/datafusion-comet/issues/1947), |
| 42 | + [#4051](https://github.com/apache/datafusion-comet/issues/4051)): Spark 4.0 introduced collation |
| 43 | + support. Non-default collated strings are not yet supported by Comet and will fall back to Spark. |
| 44 | + |
| 45 | +## Spark 4.1 (Experimental) |
| 46 | + |
| 47 | +Spark 4.1.1 is provided as experimental support with Java 17 and Scala 2.13. |
| 48 | + |
| 49 | +```{warning} |
| 50 | +Spark 4.1 support is experimental and intended for development and testing only. It should not be used |
| 51 | +in production. |
| 52 | +``` |
| 53 | + |
| 54 | +## Spark 4.2 (Experimental) |
| 55 | + |
| 56 | +Spark 4.2.0-preview4 is provided as experimental support with Java 17 and Scala 2.13. |
| 57 | + |
| 58 | +```{warning} |
| 59 | +Spark 4.2 support is experimental and targets a preview release of Spark. It is intended for early |
| 60 | +evaluation only and should not be used in production. |
| 61 | +``` |
0 commit comments