Skip to content

Commit

Permalink
MINOR: [Release] Update versions for 18.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jul 16, 2024
1 parent 12f68fc commit 18319d3
Show file tree
Hide file tree
Showing 534 changed files with 1,831 additions and 1,819 deletions.
2 changes: 1 addition & 1 deletion c_glib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ project('arrow-glib', 'c', 'cpp',
# * 22.04: 0.61.2
meson_version: '>=0.53.2')

version = '17.0.0-SNAPSHOT'
version = '18.0.0-SNAPSHOT'
if version.endswith('-SNAPSHOT')
version_numbers = version.split('-')[0].split('.')
version_tag = version.split('-')[1]
Expand Down
1 change: 1 addition & 0 deletions c_glib/tool/generate-version-header.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def generate_availability_macros(library: str) -> str:


ALL_VERSIONS = [
(18, 0),
(17, 0),
(16, 0),
(15, 0),
Expand Down
2 changes: 1 addition & 1 deletion c_glib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arrow-glib",
"version-string": "17.0.0-SNAPSHOT",
"version-string": "18.0.0-SNAPSHOT",
"dependencies": [
"glib",
"gobject-introspection",
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
_realname=arrow
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=16.1.0.9000
pkgver=17.0.0.9000
pkgrel=8000
pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
arch=("any")
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if(POLICY CMP0170)
cmake_policy(SET CMP0170 NEW)
endif()

set(ARROW_VERSION "17.0.0-SNAPSHOT")
set(ARROW_VERSION "18.0.0-SNAPSHOT")

string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" ARROW_BASE_VERSION "${ARROW_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arrow",
"version-string": "17.0.0-SNAPSHOT",
"version-string": "18.0.0-SNAPSHOT",
"dependencies": [
"abseil",
{
Expand Down
2 changes: 1 addition & 1 deletion csharp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<Product>Apache Arrow library</Product>
<Copyright>Copyright 2016-2024 The Apache Software Foundation</Copyright>
<Company>The Apache Software Foundation</Company>
<Version>17.0.0-SNAPSHOT</Version>
<Version>18.0.0-SNAPSHOT</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/homebrew-formulae/apache-arrow-glib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class ApacheArrowGlib < Formula
desc "GLib bindings for Apache Arrow"
homepage "https://arrow.apache.org/"
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-17.0.0-SNAPSHOT/apache-arrow-17.0.0-SNAPSHOT.tar.gz"
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-18.0.0-SNAPSHOT/apache-arrow-18.0.0-SNAPSHOT.tar.gz"
sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
license "Apache-2.0"
head "https://github.com/apache/arrow.git", branch: "main"
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/homebrew-formulae/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class ApacheArrow < Formula
desc "Columnar in-memory analytics layer designed to accelerate big data"
homepage "https://arrow.apache.org/"
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-17.0.0-SNAPSHOT/apache-arrow-17.0.0-SNAPSHOT.tar.gz"
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-18.0.0-SNAPSHOT/apache-arrow-18.0.0-SNAPSHOT.tar.gz"
sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
license "Apache-2.0"
head "https://github.com/apache/arrow.git", branch: "main"
Expand Down
9 changes: 7 additions & 2 deletions docs/source/_static/versions.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
[
{
"name": "17.0 (dev)",
"name": "18.0 (dev)",
"version": "dev/",
"url": "https://arrow.apache.org/docs/dev/"
},
{
"name": "16.1 (stable)",
"name": "17.0 (stable)",
"version": "",
"url": "https://arrow.apache.org/docs/",
"preferred": true
},
{
"name": "16.1",
"version": "16.1/",
"url": "https://arrow.apache.org/docs/16.1/"
},
{
"name": "16.0",
"version": "16.0/",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Implementations
C/GLib <c_glib/index>
C++ <cpp/index>
C# <https://github.com/apache/arrow/blob/main/csharp/README.md>
Go <https://pkg.go.dev/github.com/apache/arrow/go/v17>
Go <https://pkg.go.dev/github.com/apache/arrow/go/v18>
Java <java/index>
JavaScript <js/index>
Julia <https://arrow.apache.org/julia/>
Expand Down
2 changes: 1 addition & 1 deletion go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Apache Arrow for Go
===================

[![Go Reference](https://pkg.go.dev/badge/github.com/apache/arrow/go/v17.svg)](https://pkg.go.dev/github.com/apache/arrow/go/v17)
[![Go Reference](https://pkg.go.dev/badge/github.com/apache/arrow/go/v18.svg)](https://pkg.go.dev/github.com/apache/arrow/go/v18)

[Apache Arrow][arrow] is a cross-language development platform for in-memory
data. It specifies a standardized language-independent columnar memory format
Expand Down
8 changes: 4 additions & 4 deletions go/arrow/_examples/helloworld/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ package main
import (
"os"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/array"
"github.com/apache/arrow/go/v17/arrow/math"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/array"
"github.com/apache/arrow/go/v18/arrow/math"
"github.com/apache/arrow/go/v18/arrow/memory"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go/arrow/_tools/tmpl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"strings"
"text/template"

"github.com/apache/arrow/go/v17/internal/json"
"github.com/apache/arrow/go/v18/internal/json"
)

const Ext = ".tmpl"
Expand Down
4 changes: 2 additions & 2 deletions go/arrow/array.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package arrow
import (
"fmt"

"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v17/internal/json"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/apache/arrow/go/v18/internal/json"
)

// ArrayData is the underlying memory and metadata of an Arrow array, corresponding
Expand Down
6 changes: 3 additions & 3 deletions go/arrow/array/array.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ package array
import (
"sync/atomic"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/bitutil"
"github.com/apache/arrow/go/v17/arrow/internal/debug"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/bitutil"
"github.com/apache/arrow/go/v18/arrow/internal/debug"
)

const (
Expand Down
10 changes: 5 additions & 5 deletions go/arrow/array/array_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ package array_test
import (
"testing"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/array"
"github.com/apache/arrow/go/v17/arrow/internal/testing/tools"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v17/internal/types"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/array"
"github.com/apache/arrow/go/v18/arrow/internal/testing/tools"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/apache/arrow/go/v18/internal/types"
"github.com/stretchr/testify/assert"
)

Expand Down
6 changes: 3 additions & 3 deletions go/arrow/array/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
"strings"
"unsafe"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v17/internal/json"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/apache/arrow/go/v18/internal/json"
)

type BinaryLike interface {
Expand Down
6 changes: 3 additions & 3 deletions go/arrow/array/binary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"reflect"
"testing"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/bitutil"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/bitutil"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/stretchr/testify/assert"
)

Expand Down
8 changes: 4 additions & 4 deletions go/arrow/array/binarybuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ import (
"sync/atomic"
"unsafe"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/internal/debug"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v17/internal/json"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/internal/debug"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/apache/arrow/go/v18/internal/json"
)

// A BinaryBuilder is used to build a Binary array using the Append methods.
Expand Down
6 changes: 3 additions & 3 deletions go/arrow/array/binarybuilder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"bytes"
"testing"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/array"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/array"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/stretchr/testify/assert"
)

Expand Down
8 changes: 4 additions & 4 deletions go/arrow/array/boolean.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
"strconv"
"strings"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/bitutil"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v17/internal/json"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/bitutil"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/apache/arrow/go/v18/internal/json"
)

// A type which represents an immutable sequence of boolean values.
Expand Down
4 changes: 2 additions & 2 deletions go/arrow/array/boolean_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"strings"
"testing"

"github.com/apache/arrow/go/v17/arrow/array"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow/array"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/stretchr/testify/assert"
)

Expand Down
10 changes: 5 additions & 5 deletions go/arrow/array/booleanbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import (
"strconv"
"sync/atomic"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/bitutil"
"github.com/apache/arrow/go/v17/arrow/internal/debug"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v17/internal/json"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/bitutil"
"github.com/apache/arrow/go/v18/arrow/internal/debug"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/apache/arrow/go/v18/internal/json"
)

type BooleanBuilder struct {
Expand Down
6 changes: 3 additions & 3 deletions go/arrow/array/booleanbuilder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ package array_test
import (
"testing"

"github.com/apache/arrow/go/v17/arrow/array"
"github.com/apache/arrow/go/v17/arrow/internal/testing/tools"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow/array"
"github.com/apache/arrow/go/v18/arrow/internal/testing/tools"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/stretchr/testify/assert"
)

Expand Down
8 changes: 4 additions & 4 deletions go/arrow/array/bufferbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import (
"sync/atomic"
"unsafe"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/bitutil"
"github.com/apache/arrow/go/v17/arrow/internal/debug"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/bitutil"
"github.com/apache/arrow/go/v18/arrow/internal/debug"
"github.com/apache/arrow/go/v18/arrow/memory"
)

type bufBuilder interface {
Expand Down
2 changes: 1 addition & 1 deletion go/arrow/array/bufferbuilder_byte.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package array

import "github.com/apache/arrow/go/v17/arrow/memory"
import "github.com/apache/arrow/go/v18/arrow/memory"

type byteBufferBuilder struct {
bufferBuilder
Expand Down
6 changes: 3 additions & 3 deletions go/arrow/array/bufferbuilder_numeric.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions go/arrow/array/bufferbuilder_numeric.gen.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
package array

import (
"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/bitutil"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/bitutil"
"github.com/apache/arrow/go/v18/arrow/memory"
)

{{range .In}}
Expand Down
4 changes: 2 additions & 2 deletions go/arrow/array/bufferbuilder_numeric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"testing"
"unsafe"

"github.com/apache/arrow/go/v17/arrow/endian"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow/endian"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/stretchr/testify/assert"
)

Expand Down
8 changes: 4 additions & 4 deletions go/arrow/array/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import (
"fmt"
"sync/atomic"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/bitutil"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v17/internal/json"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/bitutil"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/apache/arrow/go/v18/internal/json"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions go/arrow/array/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package array
import (
"testing"

"github.com/apache/arrow/go/v17/arrow/internal/testing/tools"
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/apache/arrow/go/v18/arrow/internal/testing/tools"
"github.com/apache/arrow/go/v18/arrow/memory"
"github.com/stretchr/testify/assert"
)

Expand Down
6 changes: 3 additions & 3 deletions go/arrow/array/compare.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"fmt"
"math"

"github.com/apache/arrow/go/v17/arrow"
"github.com/apache/arrow/go/v17/arrow/float16"
"github.com/apache/arrow/go/v17/internal/bitutils"
"github.com/apache/arrow/go/v18/arrow"
"github.com/apache/arrow/go/v18/arrow/float16"
"github.com/apache/arrow/go/v18/internal/bitutils"
)

// RecordEqual reports whether the two provided records are equal.
Expand Down
Loading

0 comments on commit 18319d3

Please sign in to comment.