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


      at d0cf499  Reorganize for new repo

This branch includes the following new commits:

     new e1503b5  Update readme and add license in root.
     new 8c2271f  ARROW-202: Integrate with appveyor ci for windows
     new 707a9a3  ARROW-557: [Python] Add option to explicitly opt in to HDFS 
tests, do not implicitly skip
     new b42b6d8  ARROW-1104: Integrate in-memory object store into arrow
     new c588d77  ARROW-1151: [C++] Add branch prediction to RETURN_NOT_OK
     new 08e9b89  ARROW-1154: [C++] Import miscellaneous computational utility 
code from parquet-cpp
     new 315c503  ARROW-1185: [C++] Status class cleanup, warn_unused_result 
attribute and Clang warning fixes
     new 5dec51e  ARROW-1630: [Serialization] Support Python datetime objects
     new f6aea44  ARROW-1559: [C++] Add Unique kernel and refactor 
DictionaryBuilder to be a stateful kernel
     new 0358b05  ARROW-1693: [JS] Expand JavaScript implementation, build 
system, fix integration tests
     new a253660  ARROW-1703: [C++] Vendor exact version of jemalloc we depend 
on
     new d484bbc  ARROW-2798: [Plasma] Use hashing function that takes into 
account all UniqueID bytes
     new 9f5e55b  ARROW-2634: [Go] Add Go license details to LICENSE.txt
     new 7ba14cd  ARROW-3050: [C++] Adopt HiveServer2 client codebase from 
cloudera/hs2client. Add Thrift to thirdparty toolchain
     new e85e564  ARROW-1325: [R] Initial R package that builds against the 
arrow C++ library
     new 0e36ef0  ARROW-3187: [C++] Add support for using glog (Google logging 
library)
     new b5a5432  ARROW-3182: [Gandiva] Integrate gandiva to arrow build. 
Update licenses to apache license.
     new 6bc2bd4  ARROW-3536: [C++] Add UTF8 validation functions
     new d6aef5e  ARROW-3800: [C++] Vendor a string_view backport
     new cf297ab  ARROW-3738: [C++] Parse ISO8601-like timestamps in CSV columns
     new 24e95b9  ARROW-2653: [C++] Refactor hash table support
     new 3aa478e  ARROW-4017: [C++] Move vendored libraries in dedicated 
directory
     new 6f698b6  ARROW-3819: [Packaging] Update conda variant files to conform 
with feedstock after compiler migration
     new fa338d1  ARROW-4198: [Gandiva] Added support to cast timestamp
     new bdef17f  ARROW-4546: Update LICENSE.txt with parquet-cpp licenses
     new c858ad5  ARROW-4690: Building TensorFlow compatible wheels for Arrow
     new fd982af  ARROW-4611: [C++] Rework CMake logic
     new 83831a4  ARROW-4900: [C++] polyfill __cpuidex on mingw-w64
     new 4162145  ARROW-5252: [C++] Use standard-compliant std::variant backport
     new f8c6d43  ARROW-5648: [C++] Avoid using codecvt
     new fd39f79  ARROW-4800: [C++] Introduce a Result<T> class
     new 6a78492  ARROW-5683: [R] Add snappy to Rtools Windows builds
     new 1c0f8b8  ARROW-5725: [Crossbow] Port conda recipes to azure pipelines
     new d7552b3  ARROW-5934: [Python] Bundle arrow's LICENSE with the wheels
     new 8be0cbb  ARROW-6258: [R] Add macOS build scripts
     new 1203e25  ARROW-6454: [LICENSE] Add LLVM's license due to static linkage
     new f291f45  ARROW-4649: [C++/CI/R] Add nightly job that tests the 
homebrew formula
     new 7c5c05f  ARROW-6678: [C++][Parquet] Binary data stored in Parquet 
metadata must be base64-encoded to be UTF-8 compliant
     new 7ccf960  ARROW-6679: [RELEASE] Add license info for the autobrew 
scripts
     new 24d1ef2  ARROW-7101: [CI] Refactor docker-compose setup and use it 
with GitHub Actions
     new 63b7423  ARROW-6633: [C++] Vendor double-conversion library
     new 52181cc  ARROW-7178: [C++] Vendor forward compatible std::optional
     new ab25301  ARROW-7169: [C++] Vendor uriparser library
     new 4a3343e  ARROW-6341: [Python] Implement low-level bindings for Dataset
     new 5f88e42  ARROW-7675: [R][CI] Move Windows CI from Appveyor to GHA
     new f1e2ecb  ARROW-8064: [Dev] Implement Comment bot via Github actions
     new 754dbfe  ARROW-8111: [C++] User-defined timestamp parser option to 
CSV, new TimestampParser interface, and strptime-compatible impl
     new 0503300  ARROW-8968: [C++][Gandiva] set data layout for pre-compiled 
IR to llvm::module
     new fb8de5a  ARROW-8795: [C++] Limited iOS support
     new 7309a93  ARROW-9004: [C++][Gandiva] Support building with LLVM 10
     new 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
     new 68e9bf3  ARROW-9402: [C++] Rework portable wrappers for checked 
integer arithmetic
     new e2cfbb9  ARROW-10035: [C++] Update vendored libraries
     new d3a6238  ARROW-10328: [C++] Vendor fast_float number parsing library
     new 78c5cd4  ARROW-8113: [C++] Lighter weight variant<>
     new e021880  ARROW-10948: [C++] Always use GTestConfig.cmake
     new c4887ce  ARROW-11680: [C++] Add vendored version of folly's spsc queue
     new f5df665  ARROW-12068: [Python] Stop using distutils
     new 514393a  ARROW-10797: [C++] Vendor and use PCG random generator library
     new 16307ea  PARQUET-490: [C++][Parquet] Basic support for reading 
DELTA_BINARY_PACKED data
     new 8fe1b17  ARROW-13739: [R] Support dplyr::count() and tally()
     new 0f8e67d  ARROW-14550: [Doc] Remove the JSON license; a non-free one.
     new 8166689  ARROW-10317: [Python] Document compute function options
     new e49a10a  ARROW-15896: [Python][C++] Add errno detail for filesystem 
"file not found" errors
     new a9c410f  ARROW-16232: [C++] Include OpenTelemetry in LICENSE.txt
     new 98c76f1  ARROW-16228: [CI][Packaging][Conan] Add a job to test minimum 
build
     new 8ce656e  ARROW-16183: [C++][FlightRPC] Support bundled UCX
     new eb73322  WIP: [C++] Initial ADBC sketch
     new 2f6ab65  WIP: [C++] Sketch API for partitioned result sets
     new 05c7942  WIP: [C++] Clean up SQLite demo implementation
     new f8e4aa3  WIP: [C++] Add basic Flight SQL implementation
     new 4094363  WIP: [C++] Add sketch of distributed results
     new b6a5a65  WIP: [C++] Clarify some docstrings
     new d20c07d  WIP: [C++] Clarify some docstrings
     new 3db2052  WIP: [C++] Make error handling more natural, remove 
requirement of common library
     new 00142b3  WIP: [C++] Add explicit string length parameters
     new ee0bc78  WIP: [C++] Add basic metadata method definitions
     new 97d53ad  WIP: [C++] Expand FlightSql test
     new 5429b86  WIP: [C++] Extract test_util.h
     new 1dcb2bd  WIP: [C++] Split out Flight SQL tests
     new 72c432b  WIP: [C++] Reorganize headers
     new 3570d59  WIP: [C++] Move methods out of structs
     new 8c5bd71  WIP: [C++] Simplify wrapper
     new 6fbb459  WIP: [C++] Move methods out of structs
     new 3b04a8a  WIP: [C++] Make statements configurable in a 
forward-compatible way
     new 6ec331b  WIP: [C++] Clarify sorting of partitions
     new 497fcac  WIP: [C++] Don't use enums
     new 42d39a6  WIP: [C++] Sketch out API revisions
     new 430bc29  WIP: [C++] Add additional database initialization
     new a4d7cb7  WIP: [C++] Sketch out alternative initialization
     new b4538ef  WIP: [C++] Add include guards
     new 11fb32d  WIP: [C++] Sketch out driver side of driver manager
     new 00f4f08  WIP: [C++] Sketch out driver manager
     new adf8e78  WIP: [C++] Don't require a particular entrypoint
     new 606e536  WIP: [C++] Start sketching out driver manager stubs
     new 2365569  WIP: [C++] Minimal driver manager stubs
     new 8e6f489  WIP: [C++] Add stubs for basic query execution
     new 59cbf0b  WIP: [C++] Fix Flight SQL driver
     new 42ece93  WIP: [C++] Assume strings are null-terminated
     new 9f81147  WIP: [C++] Fix typo
     new 030d682  WIP: [C++] Add prepared statements without parameters
     new f93c0b3  WIP: [C++] Update driver manager to match
     new a12f36b  WIP: [C++] Try to fix Mac build errors
     new 70ed21b  WIP: [C++] Add binding for SQLite
     new d0cf499  Reorganize for new repo

The 105 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.


Reply via email to