This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch branch-0.14
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/branch-0.14 by this push:
     new 621131551 chore: [branch-0.14] Remove `-SNAPSHOT` from version (#3697)
621131551 is described below

commit 6211315511b12905fcce48c24b3f849d16e49fcd
Author: Andy Grove <[email protected]>
AuthorDate: Sat Mar 14 21:46:29 2026 -0600

    chore: [branch-0.14] Remove `-SNAPSHOT` from version (#3697)
---
 common/pom.xml                                 |   2 +-
 dev/diffs/3.4.3.diff                           |   2 +-
 dev/diffs/3.5.8.diff                           |   2 +-
 dev/diffs/4.0.1.diff                           |   2 +-
 dev/diffs/iceberg-rust/1.10.0.diff             |   2 +-
 dev/diffs/iceberg-rust/1.8.1.diff              |   2 +-
 dev/diffs/iceberg-rust/1.9.1.diff              |   2 +-
 dev/diffs/iceberg/1.10.0.diff                  |   2 +-
 dev/diffs/iceberg/1.8.1.diff                   |   2 +-
 dev/diffs/iceberg/1.9.1.diff                   |   2 +-
 docs/source/user-guide/latest/compatibility.md | 108 +++++++++++++------------
 fuzz-testing/pom.xml                           |   2 +-
 pom.xml                                        |   2 +-
 spark-integration/pom.xml                      |   2 +-
 spark/pom.xml                                  |   2 +-
 15 files changed, 71 insertions(+), 65 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 58c246702..43733499b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache.datafusion</groupId>
     
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/dev/diffs/3.4.3.diff b/dev/diffs/3.4.3.diff
index 5713cacea..21d77f874 100644
--- a/dev/diffs/3.4.3.diff
+++ b/dev/diffs/3.4.3.diff
@@ -7,7 +7,7 @@ index d3544881af1..9c16099090c 100644
      <ivy.version>2.5.1</ivy.version>
      <oro.version>2.0.8</oro.version>
 +    <spark.version.short>3.4</spark.version.short>
-+    <comet.version>0.14.0-SNAPSHOT</comet.version>
++    <comet.version>0.14.0</comet.version>
      <!--
      If you changes codahale.metrics.version, you also need to change
      the link to metrics.dropwizard.io in docs/monitoring.md.
diff --git a/dev/diffs/3.5.8.diff b/dev/diffs/3.5.8.diff
index 3aaecdecb..286d5cb64 100644
--- a/dev/diffs/3.5.8.diff
+++ b/dev/diffs/3.5.8.diff
@@ -7,7 +7,7 @@ index edd2ad57880..77a975ea48f 100644
      <ivy.version>2.5.1</ivy.version>
      <oro.version>2.0.8</oro.version>
 +    <spark.version.short>3.5</spark.version.short>
-+    <comet.version>0.14.0-SNAPSHOT</comet.version>
++    <comet.version>0.14.0</comet.version>
      <!--
      If you changes codahale.metrics.version, you also need to change
      the link to metrics.dropwizard.io in docs/monitoring.md.
diff --git a/dev/diffs/4.0.1.diff b/dev/diffs/4.0.1.diff
index 406e56cda..19134a57d 100644
--- a/dev/diffs/4.0.1.diff
+++ b/dev/diffs/4.0.1.diff
@@ -7,7 +7,7 @@ index 22922143fc3..7c56e5e8641 100644
      <ivy.version>2.5.3</ivy.version>
      <oro.version>2.0.8</oro.version>
 +    <spark.version.short>4.0</spark.version.short>
-+    <comet.version>0.14.0-SNAPSHOT</comet.version>
++    <comet.version>0.14.0</comet.version>
      <!--
      If you change codahale.metrics.version, you also need to change
      the link to metrics.dropwizard.io in docs/monitoring.md.
diff --git a/dev/diffs/iceberg-rust/1.10.0.diff 
b/dev/diffs/iceberg-rust/1.10.0.diff
index 9598adf93..a9ffa71e7 100644
--- a/dev/diffs/iceberg-rust/1.10.0.diff
+++ b/dev/diffs/iceberg-rust/1.10.0.diff
@@ -25,7 +25,7 @@ index eeabe54f5..867018058 100644
  caffeine = "2.9.3"
  calcite = "1.40.0"
 -comet = "0.8.1"
-+comet = "0.14.0-SNAPSHOT"
++comet = "0.14.0"
  datasketches = "6.2.0"
  delta-standalone = "3.3.2"
  delta-spark = "3.3.2"
diff --git a/dev/diffs/iceberg-rust/1.8.1.diff 
b/dev/diffs/iceberg-rust/1.8.1.diff
index e5eb854fa..8aaaeb6ea 100644
--- a/dev/diffs/iceberg-rust/1.8.1.diff
+++ b/dev/diffs/iceberg-rust/1.8.1.diff
@@ -24,7 +24,7 @@ index 04ffa8f4e..3a57af315 100644
  awssdk-s3accessgrants = "2.3.0"
  caffeine = "2.9.3"
  calcite = "1.10.0"
-+comet = "0.14.0-SNAPSHOT"
++comet = "0.14.0"
  datasketches = "6.2.0"
  delta-standalone = "3.3.0"
  delta-spark = "3.3.0"
diff --git a/dev/diffs/iceberg-rust/1.9.1.diff 
b/dev/diffs/iceberg-rust/1.9.1.diff
index 4d4458558..d236c9eb8 100644
--- a/dev/diffs/iceberg-rust/1.9.1.diff
+++ b/dev/diffs/iceberg-rust/1.9.1.diff
@@ -24,7 +24,7 @@ index c50991c5f..3acb395a6 100644
  bson-ver = "4.11.5"
  caffeine = "2.9.3"
  calcite = "1.39.0"
-+comet = "0.14.0-SNAPSHOT"
++comet = "0.14.0"
  datasketches = "6.2.0"
  delta-standalone = "3.3.1"
  delta-spark = "3.3.1"
diff --git a/dev/diffs/iceberg/1.10.0.diff b/dev/diffs/iceberg/1.10.0.diff
index 2931e9bc8..3854daf61 100644
--- a/dev/diffs/iceberg/1.10.0.diff
+++ b/dev/diffs/iceberg/1.10.0.diff
@@ -25,7 +25,7 @@ index eeabe54f5f0..867018058ee 100644
  caffeine = "2.9.3"
  calcite = "1.40.0"
 -comet = "0.8.1"
-+comet = "0.14.0-SNAPSHOT"
++comet = "0.14.0"
  datasketches = "6.2.0"
  delta-standalone = "3.3.2"
  delta-spark = "3.3.2"
diff --git a/dev/diffs/iceberg/1.8.1.diff b/dev/diffs/iceberg/1.8.1.diff
index c7de6fe83..b0e79db69 100644
--- a/dev/diffs/iceberg/1.8.1.diff
+++ b/dev/diffs/iceberg/1.8.1.diff
@@ -24,7 +24,7 @@ index 04ffa8f4edc..3a57af3156a 100644
  awssdk-s3accessgrants = "2.3.0"
  caffeine = "2.9.3"
  calcite = "1.10.0"
-+comet = "0.14.0-SNAPSHOT"
++comet = "0.14.0"
  datasketches = "6.2.0"
  delta-standalone = "3.3.0"
  delta-spark = "3.3.0"
diff --git a/dev/diffs/iceberg/1.9.1.diff b/dev/diffs/iceberg/1.9.1.diff
index a9d79eaea..838564a48 100644
--- a/dev/diffs/iceberg/1.9.1.diff
+++ b/dev/diffs/iceberg/1.9.1.diff
@@ -24,7 +24,7 @@ index c50991c5fc6..f7ad00f0b78 100644
  bson-ver = "4.11.5"
  caffeine = "2.9.3"
  calcite = "1.39.0"
-+comet = "0.14.0-SNAPSHOT"
++comet = "0.14.0"
  datasketches = "6.2.0"
  delta-standalone = "3.3.1"
  delta-spark = "3.3.1"
diff --git a/docs/source/user-guide/latest/compatibility.md 
b/docs/source/user-guide/latest/compatibility.md
index a10146234..7535b03cb 100644
--- a/docs/source/user-guide/latest/compatibility.md
+++ b/docs/source/user-guide/latest/compatibility.md
@@ -157,22 +157,24 @@ Cast operations in Comet fall into three levels of 
support:
 
 <!--BEGIN:CAST_LEGACY_TABLE-->
 <!-- prettier-ignore-start -->
-| | binary | boolean | byte | date | decimal | double | float | integer | long 
| short | string | timestamp |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| binary | - | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | C | N/A |
-| boolean | N/A | - | C | N/A | C | C | C | C | C | C | C | C |
-| byte | C | C | - | N/A | C | C | C | C | C | C | C | C |
-| date | N/A | C | C | - | C | C | C | C | C | C | C | C |
-| decimal | N/A | C | C | N/A | - | C | C | C | C | C | C | C |
-| double | N/A | C | C | N/A | I | - | C | C | C | C | C | C |
-| float | N/A | C | C | N/A | I | C | - | C | C | C | C | C |
-| integer | C | C | C | N/A | C | C | C | - | C | C | C | C |
-| long | C | C | C | N/A | C | C | C | C | - | C | C | C |
-| short | C | C | C | N/A | C | C | C | C | C | - | C | C |
-| string | C | C | C | C | I | C | C | C | C | C | - | I |
-| timestamp | N/A | U | U | C | U | U | U | U | C | U | C | - |
+
+|           | binary | boolean | byte | date | decimal | double | float | 
integer | long | short | string | timestamp |
+| --------- | ------ | ------- | ---- | ---- | ------- | ------ | ----- | 
------- | ---- | ----- | ------ | --------- |
+| binary    | -      | N/A     | N/A  | N/A  | N/A     | N/A    | N/A   | N/A  
   | N/A  | N/A   | C      | N/A       |
+| boolean   | N/A    | -       | C    | N/A  | C       | C      | C     | C    
   | C    | C     | C      | C         |
+| byte      | C      | C       | -    | N/A  | C       | C      | C     | C    
   | C    | C     | C      | C         |
+| date      | N/A    | C       | C    | -    | C       | C      | C     | C    
   | C    | C     | C      | C         |
+| decimal   | N/A    | C       | C    | N/A  | -       | C      | C     | C    
   | C    | C     | C      | C         |
+| double    | N/A    | C       | C    | N/A  | I       | -      | C     | C    
   | C    | C     | C      | C         |
+| float     | N/A    | C       | C    | N/A  | I       | C      | -     | C    
   | C    | C     | C      | C         |
+| integer   | C      | C       | C    | N/A  | C       | C      | C     | -    
   | C    | C     | C      | C         |
+| long      | C      | C       | C    | N/A  | C       | C      | C     | C    
   | -    | C     | C      | C         |
+| short     | C      | C       | C    | N/A  | C       | C      | C     | C    
   | C    | -     | C      | C         |
+| string    | C      | C       | C    | C    | I       | C      | C     | C    
   | C    | C     | -      | I         |
+| timestamp | N/A    | U       | U    | C    | U       | U      | U     | U    
   | C    | U     | C      | -         |
 
 **Notes:**
+
 - **decimal -> string**: There can be formatting differences in some case due 
to Spark using scientific notation where Comet does not
 - **double -> decimal**: There can be rounding differences
 - **double -> string**: There can be differences in precision. For example, 
the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
@@ -180,31 +182,33 @@ Cast operations in Comet fall into three levels of 
support:
 - **float -> string**: There can be differences in precision. For example, the 
input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
 - **string -> date**: Only supports years between 262143 BC and 262142 AD
 - **string -> decimal**: Does not support fullwidth unicode digits (e.g 
\\uFF10)
-or strings containing null bytes (e.g \\u0000)
+  or strings containing null bytes (e.g \\u0000)
 - **string -> timestamp**: Not all valid formats are supported
-<!-- prettier-ignore-end -->
-<!--END:CAST_LEGACY_TABLE-->
+  <!-- prettier-ignore-end -->
+  <!--END:CAST_LEGACY_TABLE-->
 
 ### Try Mode
 
 <!--BEGIN:CAST_TRY_TABLE-->
 <!-- prettier-ignore-start -->
-| | binary | boolean | byte | date | decimal | double | float | integer | long 
| short | string | timestamp |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| binary | - | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | C | N/A |
-| boolean | N/A | - | C | N/A | C | C | C | C | C | C | C | U |
-| byte | U | C | - | N/A | C | C | C | C | C | C | C | C |
-| date | N/A | U | U | - | U | U | U | U | U | U | C | C |
-| decimal | N/A | C | C | N/A | - | C | C | C | C | C | C | C |
-| double | N/A | C | C | N/A | I | - | C | C | C | C | C | C |
-| float | N/A | C | C | N/A | I | C | - | C | C | C | C | C |
-| integer | U | C | C | N/A | C | C | C | - | C | C | C | C |
-| long | U | C | C | N/A | C | C | C | C | - | C | C | C |
-| short | U | C | C | N/A | C | C | C | C | C | - | C | C |
-| string | C | C | C | C | I | C | C | C | C | C | - | I |
-| timestamp | N/A | U | U | C | U | U | U | U | C | U | C | - |
+
+|           | binary | boolean | byte | date | decimal | double | float | 
integer | long | short | string | timestamp |
+| --------- | ------ | ------- | ---- | ---- | ------- | ------ | ----- | 
------- | ---- | ----- | ------ | --------- |
+| binary    | -      | N/A     | N/A  | N/A  | N/A     | N/A    | N/A   | N/A  
   | N/A  | N/A   | C      | N/A       |
+| boolean   | N/A    | -       | C    | N/A  | C       | C      | C     | C    
   | C    | C     | C      | U         |
+| byte      | U      | C       | -    | N/A  | C       | C      | C     | C    
   | C    | C     | C      | C         |
+| date      | N/A    | U       | U    | -    | U       | U      | U     | U    
   | U    | U     | C      | C         |
+| decimal   | N/A    | C       | C    | N/A  | -       | C      | C     | C    
   | C    | C     | C      | C         |
+| double    | N/A    | C       | C    | N/A  | I       | -      | C     | C    
   | C    | C     | C      | C         |
+| float     | N/A    | C       | C    | N/A  | I       | C      | -     | C    
   | C    | C     | C      | C         |
+| integer   | U      | C       | C    | N/A  | C       | C      | C     | -    
   | C    | C     | C      | C         |
+| long      | U      | C       | C    | N/A  | C       | C      | C     | C    
   | -    | C     | C      | C         |
+| short     | U      | C       | C    | N/A  | C       | C      | C     | C    
   | C    | -     | C      | C         |
+| string    | C      | C       | C    | C    | I       | C      | C     | C    
   | C    | C     | -      | I         |
+| timestamp | N/A    | U       | U    | C    | U       | U      | U     | U    
   | C    | U     | C      | -         |
 
 **Notes:**
+
 - **decimal -> string**: There can be formatting differences in some case due 
to Spark using scientific notation where Comet does not
 - **double -> decimal**: There can be rounding differences
 - **double -> string**: There can be differences in precision. For example, 
the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
@@ -212,31 +216,33 @@ or strings containing null bytes (e.g \\u0000)
 - **float -> string**: There can be differences in precision. For example, the 
input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
 - **string -> date**: Only supports years between 262143 BC and 262142 AD
 - **string -> decimal**: Does not support fullwidth unicode digits (e.g 
\\uFF10)
-or strings containing null bytes (e.g \\u0000)
+  or strings containing null bytes (e.g \\u0000)
 - **string -> timestamp**: Not all valid formats are supported
-<!-- prettier-ignore-end -->
-<!--END:CAST_TRY_TABLE-->
+  <!-- prettier-ignore-end -->
+  <!--END:CAST_TRY_TABLE-->
 
 ### ANSI Mode
 
 <!--BEGIN:CAST_ANSI_TABLE-->
 <!-- prettier-ignore-start -->
-| | binary | boolean | byte | date | decimal | double | float | integer | long 
| short | string | timestamp |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| binary | - | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | C | N/A |
-| boolean | N/A | - | C | N/A | C | C | C | C | C | C | C | U |
-| byte | U | C | - | N/A | C | C | C | C | C | C | C | C |
-| date | N/A | U | U | - | U | U | U | U | U | U | C | C |
-| decimal | N/A | C | C | N/A | - | C | C | C | C | C | C | C |
-| double | N/A | C | C | N/A | I | - | C | C | C | C | C | C |
-| float | N/A | C | C | N/A | I | C | - | C | C | C | C | C |
-| integer | U | C | C | N/A | C | C | C | - | C | C | C | C |
-| long | U | C | C | N/A | C | C | C | C | - | C | C | C |
-| short | U | C | C | N/A | C | C | C | C | C | - | C | C |
-| string | C | C | C | C | I | C | C | C | C | C | - | I |
-| timestamp | N/A | U | U | C | U | U | U | U | C | U | C | - |
+
+|           | binary | boolean | byte | date | decimal | double | float | 
integer | long | short | string | timestamp |
+| --------- | ------ | ------- | ---- | ---- | ------- | ------ | ----- | 
------- | ---- | ----- | ------ | --------- |
+| binary    | -      | N/A     | N/A  | N/A  | N/A     | N/A    | N/A   | N/A  
   | N/A  | N/A   | C      | N/A       |
+| boolean   | N/A    | -       | C    | N/A  | C       | C      | C     | C    
   | C    | C     | C      | U         |
+| byte      | U      | C       | -    | N/A  | C       | C      | C     | C    
   | C    | C     | C      | C         |
+| date      | N/A    | U       | U    | -    | U       | U      | U     | U    
   | U    | U     | C      | C         |
+| decimal   | N/A    | C       | C    | N/A  | -       | C      | C     | C    
   | C    | C     | C      | C         |
+| double    | N/A    | C       | C    | N/A  | I       | -      | C     | C    
   | C    | C     | C      | C         |
+| float     | N/A    | C       | C    | N/A  | I       | C      | -     | C    
   | C    | C     | C      | C         |
+| integer   | U      | C       | C    | N/A  | C       | C      | C     | -    
   | C    | C     | C      | C         |
+| long      | U      | C       | C    | N/A  | C       | C      | C     | C    
   | -    | C     | C      | C         |
+| short     | U      | C       | C    | N/A  | C       | C      | C     | C    
   | C    | -     | C      | C         |
+| string    | C      | C       | C    | C    | I       | C      | C     | C    
   | C    | C     | -      | I         |
+| timestamp | N/A    | U       | U    | C    | U       | U      | U     | U    
   | C    | U     | C      | -         |
 
 **Notes:**
+
 - **decimal -> string**: There can be formatting differences in some case due 
to Spark using scientific notation where Comet does not
 - **double -> decimal**: There can be rounding differences
 - **double -> string**: There can be differences in precision. For example, 
the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
@@ -244,9 +250,9 @@ or strings containing null bytes (e.g \\u0000)
 - **float -> string**: There can be differences in precision. For example, the 
input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
 - **string -> date**: Only supports years between 262143 BC and 262142 AD
 - **string -> decimal**: Does not support fullwidth unicode digits (e.g 
\\uFF10)
-or strings containing null bytes (e.g \\u0000)
+  or strings containing null bytes (e.g \\u0000)
 - **string -> timestamp**: ANSI mode not supported
-<!-- prettier-ignore-end -->
-<!--END:CAST_ANSI_TABLE-->
+  <!-- prettier-ignore-end -->
+  <!--END:CAST_ANSI_TABLE-->
 
 See the [tracking 
issue](https://github.com/apache/datafusion-comet/issues/286) for more details.
diff --git a/fuzz-testing/pom.xml b/fuzz-testing/pom.xml
index 110fa2ed9..fe64e65e1 100644
--- a/fuzz-testing/pom.xml
+++ b/fuzz-testing/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.datafusion</groupId>
         
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
-        <version>0.14.0-SNAPSHOT</version>
+        <version>0.14.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 4bd0c9dc2..cb3bbcb97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
   <groupId>org.apache.datafusion</groupId>
   
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
-  <version>0.14.0-SNAPSHOT</version>
+  <version>0.14.0</version>
   <packaging>pom</packaging>
   <name>Comet Project Parent POM</name>
 
diff --git a/spark-integration/pom.xml b/spark-integration/pom.xml
index ad232b691..fd75eea70 100644
--- a/spark-integration/pom.xml
+++ b/spark-integration/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.datafusion</groupId>
         
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
-        <version>0.14.0-SNAPSHOT</version>
+        <version>0.14.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/spark/pom.xml b/spark/pom.xml
index 1b207288c..7b4957336 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache.datafusion</groupId>
     
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to