This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch import
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard 699f3a7 Update readme
discard d0cf499 Reorganize for new repo
discard 70ed21b WIP: [C++] Add binding for SQLite
discard a12f36b WIP: [C++] Try to fix Mac build errors
discard f93c0b3 WIP: [C++] Update driver manager to match
discard 030d682 WIP: [C++] Add prepared statements without parameters
discard 9f81147 WIP: [C++] Fix typo
discard 42ece93 WIP: [C++] Assume strings are null-terminated
discard 59cbf0b WIP: [C++] Fix Flight SQL driver
discard 8e6f489 WIP: [C++] Add stubs for basic query execution
discard 2365569 WIP: [C++] Minimal driver manager stubs
discard 606e536 WIP: [C++] Start sketching out driver manager stubs
discard adf8e78 WIP: [C++] Don't require a particular entrypoint
discard 00f4f08 WIP: [C++] Sketch out driver manager
discard 11fb32d WIP: [C++] Sketch out driver side of driver manager
discard b4538ef WIP: [C++] Add include guards
discard a4d7cb7 WIP: [C++] Sketch out alternative initialization
discard 430bc29 WIP: [C++] Add additional database initialization
discard 42d39a6 WIP: [C++] Sketch out API revisions
discard 497fcac WIP: [C++] Don't use enums
discard 6ec331b WIP: [C++] Clarify sorting of partitions
discard 3b04a8a WIP: [C++] Make statements configurable in a
forward-compatible way
discard 6fbb459 WIP: [C++] Move methods out of structs
discard 8c5bd71 WIP: [C++] Simplify wrapper
discard 3570d59 WIP: [C++] Move methods out of structs
discard 72c432b WIP: [C++] Reorganize headers
discard 1dcb2bd WIP: [C++] Split out Flight SQL tests
discard 5429b86 WIP: [C++] Extract test_util.h
discard 97d53ad WIP: [C++] Expand FlightSql test
discard ee0bc78 WIP: [C++] Add basic metadata method definitions
discard 00142b3 WIP: [C++] Add explicit string length parameters
discard 3db2052 WIP: [C++] Make error handling more natural, remove
requirement of common library
discard d20c07d WIP: [C++] Clarify some docstrings
discard b6a5a65 WIP: [C++] Clarify some docstrings
discard 4094363 WIP: [C++] Add sketch of distributed results
discard f8e4aa3 WIP: [C++] Add basic Flight SQL implementation
discard 05c7942 WIP: [C++] Clean up SQLite demo implementation
discard 2f6ab65 WIP: [C++] Sketch API for partitioned result sets
discard eb73322 WIP: [C++] Initial ADBC sketch
discard 8ce656e ARROW-16183: [C++][FlightRPC] Support bundled UCX
discard 98c76f1 ARROW-16228: [CI][Packaging][Conan] Add a job to test minimum
build
discard a9c410f ARROW-16232: [C++] Include OpenTelemetry in LICENSE.txt
discard e49a10a ARROW-15896: [Python][C++] Add errno detail for filesystem
"file not found" errors
discard 8166689 ARROW-10317: [Python] Document compute function options
discard 0f8e67d ARROW-14550: [Doc] Remove the JSON license; a non-free one.
discard 8fe1b17 ARROW-13739: [R] Support dplyr::count() and tally()
discard 16307ea PARQUET-490: [C++][Parquet] Basic support for reading
DELTA_BINARY_PACKED data
discard 514393a ARROW-10797: [C++] Vendor and use PCG random generator library
discard f5df665 ARROW-12068: [Python] Stop using distutils
discard c4887ce ARROW-11680: [C++] Add vendored version of folly's spsc queue
discard e021880 ARROW-10948: [C++] Always use GTestConfig.cmake
discard 78c5cd4 ARROW-8113: [C++] Lighter weight variant<>
discard d3a6238 ARROW-10328: [C++] Vendor fast_float number parsing library
discard e2cfbb9 ARROW-10035: [C++] Update vendored libraries
discard 68e9bf3 ARROW-9402: [C++] Rework portable wrappers for checked
integer arithmetic
discard f792973 ARROW-7605: [C++] Create and install "dependency bundle"
static library including jemalloc, mimalloc, and any BUNDLED static library so
that static linking to libarrow.a is possible
discard 7309a93 ARROW-9004: [C++][Gandiva] Support building with LLVM 10
discard fb8de5a ARROW-8795: [C++] Limited iOS support
discard 0503300 ARROW-8968: [C++][Gandiva] set data layout for pre-compiled
IR to llvm::module
discard 754dbfe ARROW-8111: [C++] User-defined timestamp parser option to
CSV, new TimestampParser interface, and strptime-compatible impl
discard f1e2ecb ARROW-8064: [Dev] Implement Comment bot via Github actions
discard 5f88e42 ARROW-7675: [R][CI] Move Windows CI from Appveyor to GHA
discard 4a3343e ARROW-6341: [Python] Implement low-level bindings for Dataset
discard ab25301 ARROW-7169: [C++] Vendor uriparser library
discard 52181cc ARROW-7178: [C++] Vendor forward compatible std::optional
discard 63b7423 ARROW-6633: [C++] Vendor double-conversion library
discard 24d1ef2 ARROW-7101: [CI] Refactor docker-compose setup and use it
with GitHub Actions
discard 7ccf960 ARROW-6679: [RELEASE] Add license info for the autobrew
scripts
discard 7c5c05f ARROW-6678: [C++][Parquet] Binary data stored in Parquet
metadata must be base64-encoded to be UTF-8 compliant
discard f291f45 ARROW-4649: [C++/CI/R] Add nightly job that tests the
homebrew formula
discard 1203e25 ARROW-6454: [LICENSE] Add LLVM's license due to static linkage
discard 8be0cbb ARROW-6258: [R] Add macOS build scripts
discard d7552b3 ARROW-5934: [Python] Bundle arrow's LICENSE with the wheels
discard 1c0f8b8 ARROW-5725: [Crossbow] Port conda recipes to azure pipelines
discard 6a78492 ARROW-5683: [R] Add snappy to Rtools Windows builds
discard fd39f79 ARROW-4800: [C++] Introduce a Result<T> class
discard f8c6d43 ARROW-5648: [C++] Avoid using codecvt
discard 4162145 ARROW-5252: [C++] Use standard-compliant std::variant backport
discard 83831a4 ARROW-4900: [C++] polyfill __cpuidex on mingw-w64
discard fd982af ARROW-4611: [C++] Rework CMake logic
discard c858ad5 ARROW-4690: Building TensorFlow compatible wheels for Arrow
discard bdef17f ARROW-4546: Update LICENSE.txt with parquet-cpp licenses
discard fa338d1 ARROW-4198: [Gandiva] Added support to cast timestamp
discard 6f698b6 ARROW-3819: [Packaging] Update conda variant files to conform
with feedstock after compiler migration
discard 3aa478e ARROW-4017: [C++] Move vendored libraries in dedicated
directory
discard 24e95b9 ARROW-2653: [C++] Refactor hash table support
discard cf297ab ARROW-3738: [C++] Parse ISO8601-like timestamps in CSV columns
discard d6aef5e ARROW-3800: [C++] Vendor a string_view backport
discard 6bc2bd4 ARROW-3536: [C++] Add UTF8 validation functions
discard b5a5432 ARROW-3182: [Gandiva] Integrate gandiva to arrow build.
Update licenses to apache license.
discard 0e36ef0 ARROW-3187: [C++] Add support for using glog (Google logging
library)
discard e85e564 ARROW-1325: [R] Initial R package that builds against the
arrow C++ library
discard 7ba14cd ARROW-3050: [C++] Adopt HiveServer2 client codebase from
cloudera/hs2client. Add Thrift to thirdparty toolchain
discard 9f5e55b ARROW-2634: [Go] Add Go license details to LICENSE.txt
discard d484bbc ARROW-2798: [Plasma] Use hashing function that takes into
account all UniqueID bytes
discard a253660 ARROW-1703: [C++] Vendor exact version of jemalloc we depend
on
discard 0358b05 ARROW-1693: [JS] Expand JavaScript implementation, build
system, fix integration tests
discard f6aea44 ARROW-1559: [C++] Add Unique kernel and refactor
DictionaryBuilder to be a stateful kernel
discard 5dec51e ARROW-1630: [Serialization] Support Python datetime objects
discard 315c503 ARROW-1185: [C++] Status class cleanup, warn_unused_result
attribute and Clang warning fixes
discard 08e9b89 ARROW-1154: [C++] Import miscellaneous computational utility
code from parquet-cpp
discard c588d77 ARROW-1151: [C++] Add branch prediction to RETURN_NOT_OK
discard b42b6d8 ARROW-1104: Integrate in-memory object store into arrow
discard 707a9a3 ARROW-557: [Python] Add option to explicitly opt in to HDFS
tests, do not implicitly skip
discard 8c2271f ARROW-202: Integrate with appveyor ci for windows
discard e1503b5 Update readme and add license in root.
add fe96ea9 Initial commit
new 7c82214 Update readme and add license in root.
new 0f629a2 ARROW-202: Integrate with appveyor ci for windows
new 9d2ab7c ARROW-557: [Python] Add option to explicitly opt in to HDFS
tests, do not implicitly skip
new 93bb29c ARROW-1104: Integrate in-memory object store into arrow
new 3df9082 ARROW-1151: [C++] Add branch prediction to RETURN_NOT_OK
new 67520e0 ARROW-1154: [C++] Import miscellaneous computational utility
code from parquet-cpp
new 3242bf7 ARROW-1185: [C++] Status class cleanup, warn_unused_result
attribute and Clang warning fixes
new 7dfa78b ARROW-1630: [Serialization] Support Python datetime objects
new c222908 ARROW-1559: [C++] Add Unique kernel and refactor
DictionaryBuilder to be a stateful kernel
new 09f980c ARROW-1693: [JS] Expand JavaScript implementation, build
system, fix integration tests
new d2e5481 ARROW-1703: [C++] Vendor exact version of jemalloc we depend
on
new 98766db ARROW-2798: [Plasma] Use hashing function that takes into
account all UniqueID bytes
new 8b49206 ARROW-2634: [Go] Add Go license details to LICENSE.txt
new 62d6986 ARROW-3050: [C++] Adopt HiveServer2 client codebase from
cloudera/hs2client. Add Thrift to thirdparty toolchain
new f54cd49 ARROW-1325: [R] Initial R package that builds against the
arrow C++ library
new 337e677 ARROW-3187: [C++] Add support for using glog (Google logging
library)
new c405e32 ARROW-3182: [Gandiva] Integrate gandiva to arrow build.
Update licenses to apache license.
new 97d68b9 ARROW-3536: [C++] Add UTF8 validation functions
new 62cb9f7 ARROW-3800: [C++] Vendor a string_view backport
new a5ef7a4 ARROW-3738: [C++] Parse ISO8601-like timestamps in CSV columns
new 0bbb9c1 ARROW-2653: [C++] Refactor hash table support
new db4cb6b ARROW-4017: [C++] Move vendored libraries in dedicated
directory
new 9600ca9 ARROW-3819: [Packaging] Update conda variant files to conform
with feedstock after compiler migration
new bfba071 ARROW-4198: [Gandiva] Added support to cast timestamp
new 7e1f689 ARROW-4546: Update LICENSE.txt with parquet-cpp licenses
new 381e877 ARROW-4690: Building TensorFlow compatible wheels for Arrow
new 32129f6 ARROW-4611: [C++] Rework CMake logic
new df0c9f6 ARROW-4900: [C++] polyfill __cpuidex on mingw-w64
new e2e5207 ARROW-5252: [C++] Use standard-compliant std::variant backport
new 0c2b4f3 ARROW-5648: [C++] Avoid using codecvt
new b7352de ARROW-4800: [C++] Introduce a Result<T> class
new eed3e25 ARROW-5683: [R] Add snappy to Rtools Windows builds
new 8e02bf9 ARROW-5725: [Crossbow] Port conda recipes to azure pipelines
new 7bc0417 ARROW-5934: [Python] Bundle arrow's LICENSE with the wheels
new c940955 ARROW-6258: [R] Add macOS build scripts
new d5b299a ARROW-6454: [LICENSE] Add LLVM's license due to static linkage
new dc89169 ARROW-4649: [C++/CI/R] Add nightly job that tests the
homebrew formula
new b1e2a5f ARROW-6678: [C++][Parquet] Binary data stored in Parquet
metadata must be base64-encoded to be UTF-8 compliant
new cfd191e ARROW-6679: [RELEASE] Add license info for the autobrew
scripts
new 12e1337 ARROW-7101: [CI] Refactor docker-compose setup and use it
with GitHub Actions
new 0a67b5a ARROW-6633: [C++] Vendor double-conversion library
new b083b62 ARROW-7178: [C++] Vendor forward compatible std::optional
new 738e9bd ARROW-7169: [C++] Vendor uriparser library
new 130e187 ARROW-6341: [Python] Implement low-level bindings for Dataset
new 2f6b95b ARROW-7675: [R][CI] Move Windows CI from Appveyor to GHA
new 738482d ARROW-8064: [Dev] Implement Comment bot via Github actions
new b76cb7b ARROW-8111: [C++] User-defined timestamp parser option to
CSV, new TimestampParser interface, and strptime-compatible impl
new 6d50075 ARROW-8968: [C++][Gandiva] set data layout for pre-compiled
IR to llvm::module
new eeaa476 ARROW-8795: [C++] Limited iOS support
new 8ab9326 ARROW-9004: [C++][Gandiva] Support building with LLVM 10
new 7f1384f ARROW-7605: [C++] Create and install "dependency bundle"
static library including jemalloc, mimalloc, and any BUNDLED static library so
that static linking to libarrow.a is possible
new 47f95b9 ARROW-9402: [C++] Rework portable wrappers for checked
integer arithmetic
new 4c914a8 ARROW-10035: [C++] Update vendored libraries
new cb14b5a ARROW-10328: [C++] Vendor fast_float number parsing library
new dfda272 ARROW-8113: [C++] Lighter weight variant<>
new 7ec883b ARROW-10948: [C++] Always use GTestConfig.cmake
new 37d779b ARROW-11680: [C++] Add vendored version of folly's spsc queue
new a5a1b81 ARROW-12068: [Python] Stop using distutils
new 80e0e54 ARROW-10797: [C++] Vendor and use PCG random generator library
new b3c16df PARQUET-490: [C++][Parquet] Basic support for reading
DELTA_BINARY_PACKED data
new fd6ec83 ARROW-13739: [R] Support dplyr::count() and tally()
new d4a2673 ARROW-14550: [Doc] Remove the JSON license; a non-free one.
new 34c1825 ARROW-10317: [Python] Document compute function options
new abd8d67 ARROW-15896: [Python][C++] Add errno detail for filesystem
"file not found" errors
new 356e1b8 ARROW-16232: [C++] Include OpenTelemetry in LICENSE.txt
new 76b6f3e ARROW-16228: [CI][Packaging][Conan] Add a job to test minimum
build
new c7d448a ARROW-16183: [C++][FlightRPC] Support bundled UCX
new 5c01974 WIP: [C++] Initial ADBC sketch
new e6c40e3 WIP: [C++] Sketch API for partitioned result sets
new ebf6e3b WIP: [C++] Clean up SQLite demo implementation
new 2ab648d WIP: [C++] Add basic Flight SQL implementation
new 15138a4 WIP: [C++] Add sketch of distributed results
new e044f41 WIP: [C++] Clarify some docstrings
new 3feb8ac WIP: [C++] Clarify some docstrings
new 00d0325 WIP: [C++] Make error handling more natural, remove
requirement of common library
new 825ca1a WIP: [C++] Add explicit string length parameters
new 05675bf WIP: [C++] Add basic metadata method definitions
new be7876e WIP: [C++] Expand FlightSql test
new 324784b WIP: [C++] Extract test_util.h
new e24c8b9 WIP: [C++] Split out Flight SQL tests
new dcb71ca WIP: [C++] Reorganize headers
new f015bc0 WIP: [C++] Move methods out of structs
new 095bc2a WIP: [C++] Simplify wrapper
new 244b1c2 WIP: [C++] Move methods out of structs
new 0d79d43 WIP: [C++] Make statements configurable in a
forward-compatible way
new e5c724c WIP: [C++] Clarify sorting of partitions
new 9772dd2 WIP: [C++] Don't use enums
new fe4307e WIP: [C++] Sketch out API revisions
new 7b09473 WIP: [C++] Add additional database initialization
new 634812f WIP: [C++] Sketch out alternative initialization
new 7f5f79e WIP: [C++] Add include guards
new 3d0811a WIP: [C++] Sketch out driver side of driver manager
new 00dd97f WIP: [C++] Sketch out driver manager
new 7766c2e WIP: [C++] Don't require a particular entrypoint
new 5653902 WIP: [C++] Start sketching out driver manager stubs
new 27de632 WIP: [C++] Minimal driver manager stubs
new 2a82c0f WIP: [C++] Add stubs for basic query execution
new 99e10b2 WIP: [C++] Fix Flight SQL driver
new a415ba1 WIP: [C++] Assume strings are null-terminated
new 3fee6a6 WIP: [C++] Fix typo
new bd7543a WIP: [C++] Add prepared statements without parameters
new bab9237 WIP: [C++] Update driver manager to match
new 9ae1eab WIP: [C++] Try to fix Mac build errors
new d26e739 WIP: [C++] Add binding for SQLite
new e537970 Reorganize for new repo
new c0d1429 Update readme
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (699f3a7)
\
N -- N -- N refs/heads/import (c0d1429)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 106 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes: