Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
720 commits
Select commit Hold shift + click to select a range
ba5f55c
ARROW-13211: [C++][CI] Remove outdated Github Actions ARM builds
kszucs Jun 29, 2021
32642b9
ARROW-13212: [Release] Support deploying to test PyPI in the python p…
kszucs Jun 29, 2021
bf443c4
ARROW-11675: [CI][C++] Resolve ctest failures on VS 2019 builds
pitrou Jun 29, 2021
fda6b27
ARROW-13187: [Python] Avoid creating reference cycle when reading CSV…
pitrou Jun 29, 2021
d0a5c5b
ARROW-12716: [C++] Add string padding kernel
lidavidm Jun 29, 2021
42048e5
ARROW-12967: [R] Add bindings for pmin() and pmax()
pachadotdev Jun 30, 2021
cc4e69d
ARROW-13134: [C++][CI] Pin aws-sdk-cpp to < 1.9
pitrou Jun 30, 2021
58b3109
ARROW-13104: [C++] Fix unsafe cast in ByteStreamSplit implementation
pitrou Jun 30, 2021
e9fa304
ARROW-13072: [C++] Add bit-wise arithmetic kernels
lidavidm Jun 30, 2021
a308f2c
ARROW-12996: Add bytes_read() to StreamingReader
n3world Jun 30, 2021
23d19ce
ARROW-13010: [C++][Compute] Support outputting to slices from kleene …
nirandaperera Jun 30, 2021
6bc94da
MINOR: [C#] Fixing example to use WriteEndAsync instead of WriteFoote…
royalstream Jun 30, 2021
01f3338
ARROW-13095: [C++] Implement trig compute functions
lidavidm Jun 30, 2021
1430c93
ARROW-13025: [C++][Python] Add FunctionOptions::Equals/ToString/Seria…
lidavidm Jun 30, 2021
ab57479
ARROW-13128: [C#] TimestampArray conversion logic for nano and micro …
0x0L Jun 30, 2021
db79f37
ARROW-13226: [Python] Add a general purpose cython trampolining utility
bkietz Jul 1, 2021
1ae979d
ARROW-11930: [C++][Dataset][Compute] Use an ExecPlan for dataset scans
bkietz Jul 1, 2021
83651ac
ARROW-13223: [C++] Fix Thread Sanitizer test failures
pitrou Jul 1, 2021
24bff1e
ARROW-13228: [C++] S3 CreateBucket fails because AWS treats us-east-1…
westonpace Jul 1, 2021
2a06540
ARROW-13234: [C++] Put extra padding spaces on the right
lidavidm Jul 1, 2021
5600536
ARROW-10316: [Python] Improve introspection of compute function options
pitrou Jul 1, 2021
782d654
ARROW-13235: [C++][Python] Simplify mapping of function options
lidavidm Jul 1, 2021
fec99a3
ARROW-6513: [CI] Rename conda requirements files to have txt extensio…
kszucs Jul 2, 2021
cc00067
ARROW-13249: [Java][CI] Consistent timeout in the Java JNI build
kszucs Jul 2, 2021
f85daec
ARROW-13236: [Python] Include options class name in repr
lidavidm Jul 2, 2021
d7a8b46
ARROW-13210: [Python][CI] Fix vcpkg caching mechanism for the macOS w…
kszucs Jul 2, 2021
74af39d
ARROW-6312: [C++] Add support for "pkg-config --static arrow"
kou Jul 5, 2021
f0e0cfb
ARROW-13147: [Java] Respect the rounding policy when allocating vecto…
liyafan82 Jul 5, 2021
dbb5b42
ARROW-13194: [Java][Document] Create prose document about Java algori…
liyafan82 Jul 5, 2021
3968146
ARROW-13032: [Java] Update guava version
projjal Jul 5, 2021
32679dd
ARROW-13137: [C++][Documentation] Make in-table references consistent
AlenkaF Jul 5, 2021
389587c
ARROW-11980: [Python] Remove experimental status from Table.replace_s…
jorisvandenbossche Jul 5, 2021
9891d9b
ARROW-12988: [CI][Python] Revert skip of failing test in kartothek ni…
jorisvandenbossche Jul 5, 2021
0ebed2b
ARROW-12512: [C++][Python][Dataset] Create CSV writer class and add D…
lidavidm Jul 5, 2021
3a372d6
ARROW-13258: [Python] Improve the repr of ParquetFileFragment
jorisvandenbossche Jul 5, 2021
835de65
ARROW-13158: [Python] Fix StructScalar contains and repr with duplica…
jorisvandenbossche Jul 5, 2021
905809c
ARROW-13244: [C++] Add facility to get current thread id as uint64
pitrou Jul 5, 2021
41c4143
ARROW-13199: [R] add ubuntu 21.04 to nightly builds
jonkeane Jul 5, 2021
d9092ec
ARROW-13173: [C++] TestAsyncUtil.ReadaheadFailed asserts occasionally
westonpace Jul 6, 2021
304f202
ARROW-12556: [C++][Gandiva] Implement BYTESUBSTRING function on Gandiva
jpedroantunes Jul 6, 2021
0072c67
ARROW-12567: [C++][Gandiva] Implement ILIKE SQL function
jvictorhuguenin Jul 6, 2021
27be94f
ARROW-12856: [C++][Gandiva] Implement castBIT and castBOOLEAN functions
jpedroantunes Jul 6, 2021
b69b3ed
ARROW-6513: [CI] Rename conda requirements files to have txt extensio…
kszucs Jul 6, 2021
780e95c
ARROW-13246: [C++] Using CSV skip_rows_after_names can cause data to …
n3world Jul 6, 2021
f247e3a
ARROW-12891: [C++] Move subtree pruning to compute
lidavidm Jul 6, 2021
3ce67eb
ARROW-13216: [R] Type checks test fails with rtools35
ianmcook Jul 6, 2021
afea938
ARROW-13273: [C++] Don't use .pc only in CMake paths for Requires.pri…
kou Jul 7, 2021
bc86814
ARROW-13275 [JS]: Fix perf tests
domoritz Jul 7, 2021
dfb0928
ARROW-13096: [C++] Implement logarithm compute functions
lidavidm Jul 7, 2021
fdd7d32
ARROW-13054: [C++] Add option to specify the first day of the week fo…
rok Jul 7, 2021
a8a81f6
ARROW-13274: [JS] Remove Webpack
domoritz Jul 7, 2021
4000895
ARROW-13262: [R] transmute() fails after pulling data into R
ianmcook Jul 7, 2021
9039770
ARROW-13266: [JS] Improve benchmark names & include suite name in json
dianaclarke Jul 7, 2021
6c8d30e
ARROW-13230: [Docs][Python] Add CSV writer docs
lidavidm Jul 7, 2021
cf6a7ff
ARROW-13284: [C++] Fix wrong pkg_check_modules() option name
kou Jul 7, 2021
18a41b4
ARROW-13276: [GLib][Ruby][Flight] Add support for ListFlights
kou Jul 8, 2021
21990c7
ARROW-13286: [CI] Require docker-compose 1.27.0 or later
kou Jul 8, 2021
e4dc71a
ARROW-13282: [C++] Remove obsolete generated files
edponce Jul 8, 2021
7eea2f5
MINOR: [JS] Revert rewrite since closure compiler is fixed now (#10680)
domoritz Jul 8, 2021
0219e9a
ARROW-13171: [R] Add binding for str_pad()
thisisnic Jul 8, 2021
d6f3226
ARROW-13291: [GLib][CI] Require gobject-introspection 3.4.5 or later
kou Jul 9, 2021
9fead42
ARROW-13265: [R] cli valgrind errors in nightlies
jonkeane Jul 9, 2021
140f608
ARROW-13290: [C++] Add missing include
alexbaden Jul 9, 2021
557a7c6
ARROW-13169: [C++][Compute] Fix array offset support in GrouperFastImpl
michalursa Jul 9, 2021
b172284
ARROW-13238: [C++][Compute][Dataset] Use an ExecPlan for dataset scans
bkietz Jul 9, 2021
176a703
ARROW-13225: [Go][FlightRPC][Integration] Implement Flight Custom Mid…
Jul 9, 2021
91f261f
MINOR: [C++] Fix a typo (#10694)
mbrobbel Jul 11, 2021
38b3404
ARROW-13113: [R] use RTasks to manage parallel in converting arrow to R
romainfrancois Jul 12, 2021
9c6d417
ARROW-13243: [R] altrep function call in R 3.5
jonkeane Jul 12, 2021
975f459
ARROW-13296: [C++] Provide a reflection compatible enum replacement
bkietz Jul 12, 2021
ba009fb
ARROW-13277: [JS] Add declaration maps for TypeScript and refactor te…
domoritz Jul 12, 2021
090e2cf
ARROW-13289: [C++] Accept integer args in trig/log functions via prom…
lidavidm Jul 12, 2021
ca50cd1
ARROW-12762: [Python] Preserve field name when pickling list types
amol- Jul 13, 2021
75a6475
ARROW-12994: [R] Fix tests that assume UTC local tz
nealrichardson Jul 13, 2021
afdb8da
ARROW-12851: [Go][Parquet] Add Golang Parquet encoding package
Jul 13, 2021
1ae84fc
ARROW-13288: [Python] Missing default values of kernel options in PyA…
edponce Jul 13, 2021
9e1a723
ARROW-8655: [C++][Python] Preserve partitioning information for a dis…
jorisvandenbossche Jul 13, 2021
cba7f48
ARROW-13321 - [C++][Python] MakeArrayFromScalar doesn't work for Fixe…
nirandaperera Jul 13, 2021
7114c4b
ARROW-13313: [C++][Compute] Add scalar aggregate node
bkietz Jul 13, 2021
e223858
ARROW-13324: [R] Typo in bindings for utf8_reverse and ascii_reverse
thisisnic Jul 14, 2021
6db88a9
ARROW-9430: [C++] Implement replace_with_mask kernel
lidavidm Jul 14, 2021
1c002fc
ARROW-12499: [C++][Compute] Add ScalarAggregateOptions to Any and All…
rok Jul 14, 2021
fdce12a
ARROW-13005: [C++] Add support for take implementation on dense union…
ZMZ91 Jul 14, 2021
a9fe9e3
ARROW-13341: [C++][Compute] Fix race condition in ScalarAggregateNode
bkietz Jul 14, 2021
7b66f97
ARROW-12364: [Python] [Dataset] Add metadata_collector option to ds.w…
westonpace Jul 14, 2021
dd9261e
ARROW-13218: [Doc] Document/clarify conventions for timestamp storage
westonpace Jul 14, 2021
98e0b71
ARROW-13100: [MATLAB] Integrate GoogleTest with MATLAB Interface C++ …
kevingurney Jul 15, 2021
5e43cde
ARROW-13299: [JS] Upgrade ix and rxjs
domoritz Jul 15, 2021
e8f14ec
ARROW-13323: [Archery] Validate docker compose configuration
kszucs Jul 15, 2021
5a86d53
ARROW-13315: [R] Wrap r_task_group includes with ARROW_R_WITH_ARROW c…
jonkeane Jul 15, 2021
c56b6e3
ARROW-13215: [R] [CI] Add ENV TZ to docker files
jonkeane Jul 15, 2021
b1f90c4
ARROW-13253: [FlightRPC][C++] Fix segfault with large messages
lidavidm Jul 15, 2021
3e7af17
ARROW-12667: [Python] Add a more complete test for strided numpy arra…
amol- Jul 15, 2021
84d6ed7
ARROW-13283: [Archery][Dev] Support passing CPU/memory limits to Docker
lidavidm Jul 15, 2021
a628ee0
ARROW-12986: [C++][Gandiva] Implement new cache eviction policy algor…
jpedroantunes Jul 15, 2021
0d06e34
ARROW-13006: [C++][Gandiva] Implement BASE64 and UNBASE64 Hive functi…
jpedroantunes Jul 15, 2021
9c0debf
ARROW-13049: [C++][Gandiva] Implement BIN Hive function on Gandiva
jpedroantunes Jul 15, 2021
b8bcf76
ARROW-13074: [Python] Deprecate ParquetDataset custom properties (eg …
jorisvandenbossche Jul 15, 2021
5fcd4d5
ARROW-13050: [C++][Gandiva] Implement SPACE Hive function on Gandiva
jpedroantunes Jul 15, 2021
a3f778c
ARROW-13190: [C++] [Gandiva] Change behavior of INITCAP function
anthonylouisbsb Jul 15, 2021
9dd00df
ARROW-13162: [C++][Gandiva] Add new alias for extract date functions …
jpedroantunes Jul 15, 2021
8dc2457
ARROW-13281: [C++][Gandiva] Correct error on timestampDiffMonth function
jpedroantunes Jul 15, 2021
e42b7ed
ARROW-13217: [C++][Gandiva] Correct error on convert replace function…
jpedroantunes Jul 15, 2021
c844461
ARROW-13280: [R] Bindings for log and trig functions
thisisnic Jul 15, 2021
d55383d
ARROW-12992: [R] bindings for substr(), substring(), str_sub()
thisisnic Jul 15, 2021
dbeed52
ARROW-13064: [C++] Implement select ('case when') function for fixed-…
lidavidm Jul 15, 2021
5ccbca0
ARROW-13346: [C++] Remove compile time parsing from EnumType
bkietz Jul 15, 2021
f345287
ARROW-12861: [C++][Compute] Add sign function kernels
edponce Jul 15, 2021
28d24bd
ARROW-12955: [C++] Add additional type support for if_else kernel
nirandaperera Jul 16, 2021
a4222a0
ARROW-11206: [C++][Compute][Python] Rename 'project' to 'make_struct'
bkietz Jul 16, 2021
93bdbf1
ARROW-13303: [JS] Revise bundles
domoritz Jul 16, 2021
5b77279
ARROW-13350: [Python][CI] Fix test_extract_datetime_components for pa…
jorisvandenbossche Jul 16, 2021
082b11e
ARROW-13239: [Python] [Doc] Expose signatures in pyx modules
amol- Jul 16, 2021
af155c3
ARROW-9056: [C++] Support aggregations over scalars
lidavidm Jul 16, 2021
f7cac0e
ARROW-13189: [R] Disable row-level metadata application on datasets
jonkeane Jul 16, 2021
2663826
ARROW-13357: [R] bindings for sign()
nealrichardson Jul 16, 2021
e61843a
ARROW-13352: [C++] Make sure scalar case_when fully initializes output
lidavidm Jul 16, 2021
8ce0c01
ARROW-12745: [C++][Compute] Add floor, ceiling, and truncate kernels
edponce Jul 16, 2021
43f8015
ARROW-13332: [C++] TSAN failure in TestAsyncUtil.ReadaheadFailed
westonpace Jul 16, 2021
17e6f23
ARROW-11889: [C++] Add parallelism to streaming CSV reader
westonpace Jul 16, 2021
efb338d
ARROW-13153: [C++] `parquet_dataset` loses ordering of files in `_met…
westonpace Jul 17, 2021
6179fc5
ARROW-13355: [R] ensure that sf is installed in our revdep job
jonkeane Jul 17, 2021
45a2ae9
ARROW-12964: [R] Add bindings for ifelse() and if_else()
ianmcook Jul 17, 2021
7cee590
ARROW-13343: [R] Update NEWS.md for 5.0
nealrichardson Jul 17, 2021
b32e0bf
ARROW-13200: [R] Add binding for case_when()
ianmcook Jul 18, 2021
05665cc
ARROW-13219: [C++][GLib] Demote/deprecate CompareOptions
kou Jul 19, 2021
ea42b9e
ARROW-13306: [Java][JDBC] use ResultSetMetaData.getColumnLabel instea…
Jul 19, 2021
bf6bd4f
ARROW-13365: [R] bindings for floor/ceiling/truncate
ianmcook Jul 19, 2021
14a584e
ARROW-13353: [Docs] Pin breathe to avoid failure parsing template par…
lidavidm Jul 19, 2021
c9b9fa4
ARROW-13091: [Python] Add compression_level argument to IpcWriteOptio…
westonpace Jul 19, 2021
c848f12
ARROW-13136: [C++] Add coalesce function
lidavidm Jul 19, 2021
5832c73
ARROW-13381: [C++] ArrayFromJSON doesn't work for float value diction…
edponce Jul 19, 2021
ac050c6
ARROW-10658: [Python][Packaging] Wheel builds for Apple Silicon
kszucs Jul 19, 2021
2215b5e
ARROW-13384: [C++] Specify minimum required zstd version in cmake
kszucs Jul 20, 2021
852933e
ARROW-13382: [C++] Avoid multiple definitions of same symbol
lidavidm Jul 20, 2021
ec52951
ARROW-13224: [Python][Doc] Documentation missing for pyarrow.dataset.…
westonpace Jul 20, 2021
de51528
ARROW-13385: [C++] Demonstrate registering compute functions out-of-tree
lidavidm Jul 20, 2021
a47deef
ARROW-11673 - [C++] Casting dictionary type to use different index type
nirandaperera Jul 20, 2021
381afac
ARROW-13360: [C++] Missing dependencies in cpp thirdparty offline dep…
linanqiu Jul 20, 2021
d792eb1
ARROW-13418: [R] typo in python.r
jonkeane Jul 20, 2021
77590a8
ARROW-13201: [R] Add binding for coalesce()
ianmcook Jul 20, 2021
d9cec23
ARROW-13417: [C++] The merged generator can sometimes pull from sourc…
westonpace Jul 20, 2021
737492e
ARROW-13386: [R][C++] CSV streaming changes break Rtools 35 32-bit build
westonpace Jul 20, 2021
998f472
ARROW-12007: [C++] Loading parquet file returns "Invalid UTF8 payload…
hideaki Jul 21, 2021
6323c12
ARROW-13086: [Python] Expose Parquet ArrowReaderProperties::coerce_in…
isichei Jul 21, 2021
8454bbf
MINOR: [JS] Include version in docs (#10763)
domoritz Jul 21, 2021
72a43e4
ARROW-13086: [Python] De-duplicate time unit conversion code
pitrou Jul 21, 2021
1ce1f10
ARROW-12016 [C++] Implement array_sort_indices and sort_indices for …
nirandaperera Jul 21, 2021
fae3aa2
MINOR: Rename setup options chunk
thisisnic Jul 21, 2021
fd6c2e7
ARROW-12804: [C++] Return expected result for IsNull and IsValid for …
n3world Jul 21, 2021
5889ebb
ARROW-13419: [JS] Fix perf tests
domoritz Jul 21, 2021
55891ed
ARROW-13391: [CSV] Correct row and column number to error messages wi…
n3world Jul 21, 2021
60f49f1
ARROW-13242: [C++] Improve random generation of decimal arrays
pitrou Jul 21, 2021
dcf3a0b
ARROW-13432: [Release] Fix ssh connection to the binary uploader cont…
kszucs Jul 22, 2021
25f016f
ARROW-13431: [Release] Bump go version to 1.15; don't verify rust sou…
kszucs Jul 22, 2021
7376eef
ARROW-13428: [C++][Flight] Add missing -lssl with bundled gRPC and sy…
kou Jul 22, 2021
169b249
ARROW-11748: [C++] Ensure Decimal fields are in native endian order
cyb70289 Jul 22, 2021
3f592a0
ARROW-13424: [C++] Remove needless workaround for conda and benchmark
kou Jul 22, 2021
e040112
ARROW-12759: [C++][Compute] Add ExecNode for group by
michalursa Jul 23, 2021
42e5726
ARROW-13433: [R] Remove CLI hack from Valgrind test
jonkeane Jul 23, 2021
09e6bb2
ARROW-13056: [MATLAB] Add a matlab label for dev Pull Requests
Jul 24, 2021
91b751b
ARROW-13440: Added a basic mapping generator that does not queue inco…
westonpace Jul 24, 2021
03533fe
Revert "ARROW-13440: Added a basic mapping generator that does not qu…
westonpace Jul 24, 2021
2d921dc
ARROW-13434: [R] group_by() with an unnammed expression
jonkeane Jul 24, 2021
73f73d9
ARROW-13430: [Go] fix handling of zero value for FromBigInt
Jul 25, 2021
76ca3c9
ARROW-13420: [JS] Update dependencies
domoritz Jul 26, 2021
12dacee
ARROW-13445: [Java][Packaging] Fix artifact patterns for the Java jars
kszucs Jul 26, 2021
bb30c08
ARROW-13336: [Doc] Make clean in docs should clean generated docs
amol- Jul 26, 2021
9b8e4db
ARROW-12876: [R] Fix build flags on Raspberry Pi
thisisnic Jul 26, 2021
5f5b803
ARROW-13443 [C++]: Fix the incorrect mapping from flatbuf::MetadataVe…
liyafan82 Jul 26, 2021
638338f
ARROW-13298: [C++] Implement any/all hash aggregate kernels
lidavidm Jul 26, 2021
139ac15
ARROW-13446: [Release] Fix verification on amazon linux
kszucs Jul 26, 2021
c2c3573
ARROW-13437: [C++] Relax FixedSizeList validation to allow excess chi…
lidavidm Jul 26, 2021
2d33361
ARROW-12650: [Doc][Python] Improve documentation regarding dealing wi…
amol- Jul 26, 2021
605b109
ARROW-13405: [Doc] Guide users to the documentation for their own pla…
amol- Jul 26, 2021
2dba298
ARROW-13450: [Python][Packaging] Set deployment target to 10.13 for u…
kszucs Jul 26, 2021
1be837f
ARROW-12688: [R] Use DuckDB to query an Arrow Dataset
jonkeane Jul 26, 2021
23a2faa
ARROW-6072: [C++] Implement casting List <-> LargeList
pitrou Jul 26, 2021
2a2c330
ARROW-11243: [C++] Recognize time types in CSV files
pitrou Jul 27, 2021
ec91a50
ARROW-12837: [C++] Do not crash when printing invalid arrays
amol- Jul 27, 2021
fe0c99b
ARROW-13447: [Release] Verification script for arm64 and universal2 m…
kszucs Jul 27, 2021
af02cdc
ARROW-11518: [C++][Parquet] Fix buffer allocation when reading/skippi…
andrey-klochkov-liftoff Jul 27, 2021
9e8b1cb
ARROW-13458 [C++][Docs] Typo in RecordBatch::schema
rvernica Jul 27, 2021
31b60f3
ARROW-13455 [C++][Docs] Typo in RecordBatch::SetColumn
rvernica Jul 27, 2021
5b56cb5
ARROW-13461: [Python][Packaging] Build M1 wheels for python 3.8
kszucs Jul 27, 2021
1f1d94b
ARROW-13463: [Release][Python] Verify python 3.8 macOS arm64 wheel
kszucs Jul 27, 2021
551c07c
ARROW-13453: [R] DuckDB has not yet released 0.2.8
jonkeane Jul 27, 2021
4c02c6d
ARROW-13444: [C++] Remove usage of deprecated std::result_of
bkietz Jul 27, 2021
e5d8ead
ARROW-13468: [Release] Fix binary download/upload failures
jorgecarleitao Jul 27, 2021
1f481d9
[Release][Minor] Bump development versions to 6.0.0-SNAPSHOT (#10821)
kszucs Jul 28, 2021
52a902c
ARROW-13477: [Release] Pass ARTIFACTORY_API_KEY to the upload script
kszucs Jul 28, 2021
6a50634
ARROW-13475: [Release] Don't consider rust tarballs when cleaning up …
kszucs Jul 28, 2021
835e212
ARROW-13478: [Release] Unnecessary rc-number argument for the version…
kszucs Jul 28, 2021
bbcd7de
MINOR: [R] Bump 5.0.0 version in r/NEWS.md
nealrichardson Jul 29, 2021
9b09c6c
ARROW-13484: [Release] Add support for uploading Amazon Linux 2 packages
kou Jul 29, 2021
0559a87
ARROW-13490: [R] [CI] Need to gate duckdb examples on duckdb version
jonkeane Jul 29, 2021
e6e9e6e
ARROW-13492: [R] [CI] Move r tools 35 build back to per-commit/pre-PR
jonkeane Jul 29, 2021
5f8c0fd
ARROW-13510: [CI][R][C++] Add -Wall to fedora-clang-devel as-cran checks
nealrichardson Jul 30, 2021
97c82ba
MINOR: [JS] Correct main package description in readme
domoritz Jul 30, 2021
8d5e6e8
ARROW-12636: [JS] ESM Tree-Shaking produces broken code
domoritz Jul 30, 2021
e7f005d
ARROW-13506: [C++][Java] Upgrade ORC to 1.6.9
dongjoon-hyun Jul 30, 2021
2b34f66
ARROW-11691: [Developer][CI] Provide a consolidated .env file for ben…
ElenaHenderson Jul 30, 2021
1c5e5a4
ARROW-13503: [GLib][Ruby][Flight] Add support for DoGet
kou Jul 30, 2021
0c39d02
ARROW-4700: [C++] Added support for decimal128 and decimal256 json co…
rommelDB Jul 31, 2021
aca6ec9
ARROW-13493 [C++] Anonymous structs in an anonymous union are a GNU …
nirandaperera Jul 31, 2021
c51e4a1
ARROW-13496: [CI][R] Repair r-sanitizer job
nealrichardson Aug 1, 2021
9680d5b
ARROW-13524: [C++] Fix description for ApplicationVersion::VersionEq
darionyaphet Aug 2, 2021
e5b1df1
ARROW-13516: [C++] Detect --version-script flag availability
kou Aug 2, 2021
8125a8b
ARROW-13504: [Python] Move marks from fixtures to individual tests/pa…
veprbl Aug 2, 2021
ca81973
ARROW-13523: [C++] Normalize test executable name
darionyaphet Aug 2, 2021
c02a40f
ARROW-13295: [C++] add hash_mean, hash_variance, hash_stddev kernels
lidavidm Aug 2, 2021
29c8c4d
ARROW-13500 [C++] Fix using '-Wno-unknown-warning-option' with GCC
kkraus14 Aug 2, 2021
1ea8d97
ARROW-13495: [C++][Compute] Fixing unaligned memory access in Grouper…
michalursa Aug 2, 2021
1229858
ARROW-13379: [Dev][Docs] Improvements to archery docs
jonkeane Aug 2, 2021
7e5f618
ARROW-9434: [C++] Store type code in UnionScalar
pitrou Aug 2, 2021
3fa47f2
ARROW-8928: [C++] Add microbenchmarks to help measure ExecBatchIterat…
wesm Aug 2, 2021
8628fb1
ARROW-13425: [Archery] Avoid importing PyArrow indirectly
pitrou Aug 2, 2021
de7cc1e
ARROW-13522: [C++] Fix regression in UTF8 trim functions
pitrou Aug 3, 2021
dee6208
ARROW-9948: [C++] Fix scale handling in Decimal{128, 256}::FromString
pitrou Aug 3, 2021
e5b0957
ARROW-13421: [C++][Python] Add CSV convert option to change decimal p…
pitrou Aug 3, 2021
6cacfff
ARROW-13534: [C++] Improve csv chunker
cyb70289 Aug 3, 2021
a52050a
ARROW-13326: [R] [Archery] Add linting to dev CI
jonkeane Aug 3, 2021
6d4ed4f
ARROW-13469: [C++] Suppress -Wmissing-field-initializers in DayMillis…
diegodfrf Aug 3, 2021
0c7e8b0
ARROW-13485: [Release] Replace ${PREVIOUS_RELEASE}.9000 in r/NEWS.md …
kou Aug 4, 2021
7ee8edb
ARROW-13429: [C++][Gandiva] Fix Gandiva codegen for if-else expressio…
projjal Aug 4, 2021
c4e53e0
ARROW-12388: [C++][Gandiva] Implement cast numbers from varbinary fun…
jvictorhuguenin Aug 4, 2021
87e0252
ARROW-12479: [C++][Gandiva] Implement castBigInt, castInt, castInterv…
jvictorhuguenin Aug 4, 2021
5f0641b
ARROW-12410: [C++][Gandiva] Implement regexp_replace function on Gandiva
rodrigojdebem Aug 4, 2021
bc175f9
ARROW-12866: [C++][Gandiva] Implement STRPOS function on Gandiva
jpedroantunes Aug 4, 2021
1f8c62e
ARROW-13163: [C++][Gandiva] Implement REPEAT function on Gandiva
jpedroantunes Aug 4, 2021
e4ba2f2
ARROW-12946: [C++] String swap case kernel
Christian8491 Aug 4, 2021
decfe5c
ARROW-13520: [C++] Implement hash_aggregate tdigest kernel
lidavidm Aug 4, 2021
b04d59e
ARROW-9719: [Python] Improve HadoopFileSystem docstring
pitrou Aug 4, 2021
99c9231
ARROW-12944: [C++] String capitalize kernel
edponce Aug 4, 2021
af75883
ARROW-13220: [C++] Implement 'choose' function
lidavidm Aug 4, 2021
71a57b1
ARROW-13552: [C++] Remove deprecated APIs
pitrou Aug 4, 2021
72b52ef
ARROW-13344: [R] Initial bindings for ExecPlan/ExecNode
nealrichardson Aug 4, 2021
c9d20e4
ARROW-13507: [R] LTO job on CRAN fails
jonkeane Aug 4, 2021
3a8506d
ARROW-13519: [R] Make doc examples less noisy
thisisnic Aug 4, 2021
fe2457e
ARROW-13399: [R] Update dataset.Rmd vignette
thisisnic Aug 4, 2021
d6ae99c
ARROW-13089: [Python] Allow creating RecordBatch from Python dict
kharoc Aug 4, 2021
9ec77d4
ARROW-13538: [R] [CI] Don't test DuckDB in the minimal build
jonkeane Aug 4, 2021
fab0d70
ARROW-13556: [C++] Add protobuf to linking for flight
n3world Aug 4, 2021
cbcf5cb
ARROW-13562: [R] Styler followups
jonkeane Aug 4, 2021
a29d20a
ARROW-13565: [Packaging][Ubuntu] Drop support for 20.10
kou Aug 5, 2021
4b6bace
ARROW-12953: [C++][Compute] Refactor CheckScalar* to take Datum argum…
diegodfrf Aug 5, 2021
48964bf
support null data type in gdv
ZMZ91 Apr 12, 2021
b76e985
update compare function return type
ZMZ91 Apr 13, 2021
a522455
support null in makeif
ZMZ91 Apr 30, 2021
f1b18ec
Merge branch 'feature/gdv_null_type' of github.com:ZMZ91/arrow into f…
ZMZ91 Aug 5, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
# specific language governing permissions and limitations
# under the License.

github:
description: "Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing"
homepage: https://arrow.apache.org/

notifications:
commits: commits@arrow.apache.org
issues: github@arrow.apache.org
Expand Down
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# include explicitly
!ci/**
!c_glib/Gemfile
!dev/archery/requirements*.txt
!dev/archery/setup.py
!python/requirements*.txt
!python/manylinux1/**
!python/manylinux2010/**
Expand Down
11 changes: 6 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ ULIMIT_CORE=-1
REPO=apache/arrow-dev
CUDA=9.1
DEBIAN=10
UBUNTU=18.04
UBUNTU=20.04
FEDORA=33
PYTHON=3.6
LLVM=11
LLVM=12
CLANG_TOOLS=8
RUST=nightly-2020-11-24
GO=1.15
NODE=14
MAVEN=3.5.4
Expand All @@ -60,15 +59,17 @@ KARTOTHEK=latest
HDFS=3.2.1
SPARK=master
DOTNET=3.1
R=4.0
R=4.1
ARROW_R_DEV=TRUE
GCC_VERSION=""
# These correspond to images on Docker Hub that contain R, e.g. rhub/ubuntu-gcc-release:latest
R_ORG=rhub
R_IMAGE=ubuntu-gcc-release
R_TAG=latest
TZ=UTC
# -1 does not attempt to install a devtoolset version, any positive integer will install devtoolset-n
DEVTOOLSET_VERSION=-1

# Used for the manylinux and windows wheels, please update the crossbow configuration on update:
# https://github.com/ursacomputing/crossbow/blob/master/.github/workflows/cache_vcpkg.yml
VCPKG=fced4bef1606260f110d74de1ae1975c2b9ac549
VCPKG="2021.04.30"
10 changes: 7 additions & 3 deletions .github/workflows/archery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,25 @@ on:
- 'dev/tasks/**'
- 'docker-compose.yml'

concurrency:
group: ${{ github.repository }}-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:

test:
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
name: Archery Unittests and Crossbow Check Config
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout Arrow
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Git Fixup
if: ${{ github.event_name == 'pull_request' }}
shell: bash
run: git branch master origin/master
run: git branch master origin/master || true
- name: Free Up Disk Space
run: ci/scripts/util_cleanup.sh
- name: Setup Python
Expand All @@ -58,7 +62,7 @@ jobs:
working-directory: dev/archery
run: pytest -v archery
- name: Archery Docker Validation
run: archery docker
run: archery docker check-config
- name: Crossbow Check Config
working-directory: dev/tasks
run: archery crossbow check-config
123 changes: 0 additions & 123 deletions .github/workflows/cancel.yml

This file was deleted.

28 changes: 27 additions & 1 deletion .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
}
if changed '^r/.*\.R$'; then
echo "R_DOCS=true" >> $GITHUB_ENV
echo "R_CODE=true" >> $GITHUB_ENV
fi
if changed 'cmake' || changed 'CMake'; then
echo "CMAKE_FORMAT=true" >> $GITHUB_ENV
Expand All @@ -78,6 +79,16 @@ jobs:
if changed '^r/src'; then
echo "CLANG_FORMAT_R=true" >> $GITHUB_ENV
fi
- name: Ensure clang-format has the appropriate versoin
if: env.CMAKE_FORMAT == 'true' ||
env.CLANG_FORMAT_CPP == 'true' ||
env.CLANG_FORMAT_R == 'true' ||
endsWith(github.event.comment.body, 'everything')
run: |
set -e
. .env # To get the clang version we use
sudo apt update
sudo apt install -y clang-format-${CLANG_TOOLS}
- name: Run cmake_format
if: env.CMAKE_FORMAT == 'true' || endsWith(github.event.comment.body, 'everything')
run: |
Expand All @@ -103,15 +114,30 @@ jobs:
--exclude_glob=cpp/build-support/lint_exclusions.txt \
--source_dir=r/src --quiet --fix
- uses: r-lib/actions/setup-r@v1
if: env.R_DOCS == 'true' || endsWith(github.event.comment.body, 'everything')
if: env.R_DOCS == 'true' || env.R_CODE == 'true' || endsWith(github.event.comment.body, 'everything')
- name: Update R docs
if: env.R_DOCS == 'true' || endsWith(github.event.comment.body, 'everything')
shell: Rscript {0}
run: |
source("ci/etc/rprofile")
install.packages(c("remotes", "roxygen2"))
# We currently need dev roxygen2 (> 7.1.1) until they release
remotes::install_github("r-lib/roxygen2")
remotes::install_deps("r")
roxygen2::roxygenize("r")
- name: Style R code
if: env.R_CODE == 'true' || endsWith(github.event.comment.body, 'everything')
shell: Rscript {0}
run: |
changed_files <- system("git diff --name-only HEAD..upstream/master 2>&1", intern = TRUE)
# only grab the .R files under r/
changed_files <- grep('^r/.*\\.R$', changed_files, value = TRUE)
# remove latin1 which is unstylable due to encoding and codegen.R which is unique
changed_files <- changed_files[!changed_files %in% file.path("r", source("r/.styler_excludes.R")$value)]
source("ci/etc/rprofile")
install.packages(c("remotes", "styler"))
remotes::install_deps("r")
styler::style_file(changed_files)
- name: Commit results
run: |
git config user.name "$(git log -1 --pretty=format:%an)"
Expand Down
Loading