Results 109 issues of Bryce Mecum

Stevan Earl noted that the constructor functions don't seem to have arguments for the EML 2.2.0 element. As an example, if you try `eml$project()`, you won't see an `award` argument....

Looks like the 2.0.2 release wasn't tagged here. Just FYI.

Stemming from #292, Right now, when an `eml` object is written to disk with `write_eml` without a `packageId`, `write_eml` fills in `packageId` with a UUID and sets `system` to `uuid`:...

Adds an additional numypdoc check to CI (PR03) and fixes all corresponding violations. This includes one minor breaking change to parameter order in `pyarrow.parquet.read_table` which makes order more uniform across...

lang-python

Today I wanted to move a feed from one folder to another but I have a large enough number of feeds that I had to drag the feed down the...

feature request
macOS

I'm trying to use `db-to-sqlite` to convert a set of MySQL DDL files into an SQLite database. Some of my tables use the `BIT(1)` type to encode boolean values but...

I noticed while running the tests locally that the MySQL tests started failing with an error (complete summary at the bottom): > `MySQLdb.IntegrityError: (1062, "Duplicate entry '1' for key 'vendors.PRIMARY'")`...

### Rationale for this change Conversation in https://github.com/apache/arrow/issues/40333. ### What changes are included in this PR? Just tweaks to the text in docs/source/cpp/env_vars.rst. ### Are these changes tested? I rendered...

Component: Documentation
awaiting merge

### Describe the bug, including details regarding any error messages, version, and platform. The `arrow-s3fs-test` has been failing due to what appears to be a timeout on the "AMD64 macOS...

Type: bug
Component: C++
Component: Continuous Integration