Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 736,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 82409
},
"pushed_at": "2026-07-29T10:49:26Z",
"created_at": "2025-01-24T10:22:05Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T10:27:36Z",
"description": "DataFusion FlightSQL Server",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "datafusion-contrib",
"company": null,
"location": null,
"followers": 129,
"avatar_url": "https://avatars.githubusercontent.com/u/94101791?v=4",
"created_at": "2021-11-11T06:52:55Z",
"is_verified": null,
"public_repos": 61,
"account_age_days": 1722
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.17",
"kind": "patch",
"published_at": "2026-07-29T09:52:56Z"
},
{
"tag": "v0.4.16",
"kind": "patch",
"published_at": "2026-03-25T15:16:37Z"
},
{
"tag": "v0.4.15",
"kind": "patch",
"published_at": "2026-01-14T09:28:37Z"
},
{
"tag": "v0.4.14",
"kind": "patch",
"published_at": "2025-12-19T10:40:07Z"
},
{
"tag": "v0.4.13",
"kind": "patch",
"published_at": "2025-10-28T08:57:34Z"
},
{
"tag": "v0.4.12",
"kind": "patch",
"published_at": "2025-10-27T17:02:04Z"
},
{
"tag": "v0.4.11",
"kind": "patch",
"published_at": "2025-07-30T06:37:22Z"
},
{
"tag": "v0.4.10",
"kind": "patch",
"published_at": "2025-06-30T07:30:09Z"
},
{
"tag": "v0.4.9",
"kind": "patch",
"published_at": "2025-05-22T07:49:21Z"
},
{
"tag": "v0.4.8",
"kind": "patch",
"published_at": "2025-04-25T08:37:42Z"
}
],
"recent_commits": [
{
"oid": "88d65129466948298a234e90ad5474c9604d77d5",
"body": "…ons/actions/upload-pages-artifact-5\n\nchore(deps): bump actions/upload-pages-artifact from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #50 from datafusion-contrib/dependabot/github_acti…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-07-29T10:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f86381763793169ff8b9df406fa0584fb213b38",
"body": "fix: declare the logical plan schema in DoGet to match GetFlightInfo",
"is_bot": false,
"headline": "Merge pull request #52 from jonasdedden/fix-doget-schema-mismatch",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-07-29T10:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36553105f2a79050f4d2df6cf6b08a6b8db82186",
"body": "…T14-27-09Z\n\nchore(datafusion-flight-sql-server): release v0.4.17",
"is_bot": false,
"headline": "Merge pull request #55 from datafusion-contrib/release-plz-2026-07-02…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-07-29T09:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1613474f254179d5308d502e0088e4cda2a090e",
"body": "Fixes the CI failures on this branch:\n\n* Clippy `dead_code`: `FlightSqlSessionContext::execute_sql` lost its last\n caller when `CommandStatementQuery` switched to the explicit\n `sql_to_logical_plan` + `execute_logical_plan` pair. Removed.\n* Rustfmt: reformatted the touched hunks.\n\nWhile in there, \n[…]\nedStatementQuery` arm, which the fix also\n changed but which was previously untested. Both tests fail without the\n schema fix and pass with it.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: hoist shared DoGet stream construction out of the match arms",
"author_name": "Jonas Dedden",
"author_login": "jonasdedden",
"committed_at": "2026-07-28T14:41:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9c346c178dcdd641c0bb6f4b721ba9e997c79d6a",
"body": "do_get_fallback declared the physical execution stream schema on the\nwire, while get_flight_info_* advertises the logical plan schema. The\ntwo can disagree on field nullability (e.g. aggregates over\nnon-nullable columns), and strict clients that validate the DoGet\nstream against the advertised Fligh\n[…]\nema is always\nvalid for the data.\n\nAdds a regression test asserting the DoGet stream schema equals the\nFlightInfo schema for an aggregate query.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: declare the logical plan schema in DoGet to match GetFlightInfo",
"author_name": "Jonas Dedden",
"author_login": "jonasdedden",
"committed_at": "2026-07-28T14:28:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cfb93ce39328fb1426e5e96e725f70eb279d5a25",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.17",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-02T14:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "056752131be8fcfc958e691e6b69964051733344",
"body": "upgrade datafusion to 54",
"is_bot": false,
"headline": "Merge pull request #54 from datafusion-contrib/update-datafusion-54",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-07-02T14:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8f8bfa7dfba7a2b023f586479afe8618a90d1c",
"body": "- datafusion 53.0 -> 54.0\n- datafusion-substrait 53.0 -> 54.0\n- datafusion-federation 0.5.2 -> 0.5.5\n- arrow-flight 58.0 -> 58.3 (matches datafusion 54's arrow 58.3)",
"is_bot": false,
"headline": "upgrade datafusion to 54",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-07-02T12:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9331ec69bcde29fc0994baadbe1f496dcc81e6a0",
"body": "…ons/actions/checkout-7\n\nchore(deps): bump actions/checkout from 5 to 7",
"is_bot": false,
"headline": "Merge pull request #53 from datafusion-contrib/dependabot/github_acti…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-07-02T11:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1cd22d880afec808466c3ca248db1d85016f4dc",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 5 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T18:43:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68ac1c393ef616c618be19b3b1dc426673d96ea7",
"body": "Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5.\n- [Release notes](https://github.com/actions/upload-pages-artifact/releases)\n- [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-pages-artifact\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/upload-pages-artifact from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-13T19:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03010b6ff5c415a06c4944017085200b221e67b5",
"body": "…ons/actions/configure-pages-6\n\nchore(deps): bump actions/configure-pages from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #48 from datafusion-contrib/dependabot/github_acti…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-04-02T21:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff1eb3ec7165d3fef0e53c724b5d4eb09676531c",
"body": "Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6.\n- [Release notes](https://github.com/actions/configure-pages/releases)\n- [Commits](https://github.com/actions/configure-pages/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/configure-pages\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/configure-pages from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-02T21:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47329cda4263eacec66bd4df21c241bbd3bd130",
"body": "…ons/actions/deploy-pages-5\n\nchore(deps): bump actions/deploy-pages from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #47 from datafusion-contrib/dependabot/github_acti…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-04-02T21:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b3b1fee09310d84c0546c5d46c87ad084eb4d0a",
"body": "Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5.\n- [Release notes](https://github.com/actions/deploy-pages/releases)\n- [Commits](https://github.com/actions/deploy-pages/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/deploy-pages\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/deploy-pages from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T20:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8403237e4c2e2c55febd1f119960745577ed14a",
"body": "…T14-39-23Z\n\nchore(datafusion-flight-sql-server): release v0.4.16",
"is_bot": false,
"headline": "Merge pull request #46 from datafusion-contrib/release-plz-2026-03-25…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-03-25T15:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5885955e786373d1fa869585593d07dd335a205a",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.16",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-25T14:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae7780d6735747782aa77f4393451cda0c3e2da",
"body": "Update datafusion to 53 & update deps",
"is_bot": false,
"headline": "Merge pull request #45 from datafusion-contrib/datafusion_53",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-03-25T14:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49709c6631bf1ef932799091fec275d826ff0819",
"body": "Bump arrow-flight to 58.0, datafusion-federation to 0.5.2, and\ndatafusion-substrait to 53.0. Adapt to FlightError type change in\narrow-flight 58 and new filters parameter in SQLExecutor::execute().",
"is_bot": false,
"headline": "Update datafusion to 53 & update deps",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-03-25T12:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57857be3aa8fe0b884f33719a281ca789ec29207",
"body": "fix(ci): replace apt install with setup-protoc in release workflow",
"is_bot": false,
"headline": "Merge pull request #44 from datafusion-contrib/fix/ci-protoc-install",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-03-04T08:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3abec8bf9c23a2412720a154f6b9c369dd673b0b",
"body": null,
"is_bot": false,
"headline": "fix(ci): replace apt install with setup-protoc in release workflow",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-03-04T08:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b59f3edcb85cd18373a678193ebaf0e2b33218b7",
"body": "…T09-21-52Z\n\nchore(datafusion-flight-sql-server): release v0.4.15",
"is_bot": false,
"headline": "Merge pull request #43 from datafusion-contrib/release-plz-2026-01-14…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-01-14T09:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf9249fcf75d6e1cbac1388b9e89ee0d8b68c601",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.15",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-14T09:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd780efb397fb22c57dd434833d31f964bdfcaad",
"body": "Update arrow to 57.2",
"is_bot": false,
"headline": "Merge pull request #42 from datafusion-contrib/arrow_57_2",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-01-14T09:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda4ff13f493372811986abe6665f980f610073b",
"body": null,
"is_bot": false,
"headline": "Update arrow to 57.2",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-01-13T21:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a468ae17767656f50d7bfa58d7ae36f02223c34c",
"body": "Update datafusion to 52 & update deps",
"is_bot": false,
"headline": "Merge pull request #40 from datafusion-contrib/datafusion_52",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-01-13T16:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39761f1b0a516fb582c41c71b4837cca6a2e8178",
"body": null,
"is_bot": false,
"headline": "Update datafusion to 52 & update deps",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2026-01-13T16:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42895d643c8bb47500f160bbf362b8a43342ff30",
"body": "…T10-30-20Z\n\nchore(datafusion-flight-sql-server): release v0.4.14",
"is_bot": false,
"headline": "Merge pull request #39 from datafusion-contrib/release-plz-2025-12-19…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-12-19T10:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39671f8e9b4561f249da1a8f6f7f2ed17adb570b",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.14",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-19T10:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2193e9fe9da2f60e9b8f10210abc09d54268f9",
"body": "update dependencies and add method serve_with_listener",
"is_bot": false,
"headline": "Merge pull request #38 from cloneyate/main",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-12-19T10:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd5c34aee96dca19d45f503e19ff7ce6e4e3928",
"body": "Fix example",
"is_bot": false,
"headline": "Merge pull request #36 from ethever/main",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-12-19T10:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1321e28b3648684a7203307de3a01f88f5ec08c",
"body": null,
"is_bot": false,
"headline": "add method serve_with_listener",
"author_name": "cloneyate",
"author_login": "cloneyate",
"committed_at": "2025-12-03T10:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736849582bcd28be0199cd4dcef5805743706233",
"body": null,
"is_bot": false,
"headline": "update dependencies and use re-exported arrow crate from datafusion",
"author_name": "cloneyate",
"author_login": "cloneyate",
"committed_at": "2025-12-03T10:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "242c231bd26e756ca2d83437b3f6ee6bfd6141f7",
"body": null,
"is_bot": false,
"headline": "fix example",
"author_name": "ethever",
"author_login": "ethever",
"committed_at": "2025-10-30T22:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e35ca2179629eec388bfe18917f7bd30b62a180a",
"body": "…T08-25-33Z\n\nchore(datafusion-flight-sql-server): release v0.4.13",
"is_bot": false,
"headline": "Merge pull request #35 from datafusion-contrib/release-plz-2025-10-28…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-10-28T08:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc32ef91658fab1b9fc9c5eca38f59e2936b5ca1",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.13",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-28T08:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a86d7c03f94a67e1871576a832557b24ca53c32",
"body": "Add optional table name metadata in schema fields",
"is_bot": false,
"headline": "Merge pull request #34 from datafusion-contrib/schema_metadata",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-10-28T08:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092c855e968cd96d10ddb1fb864a75040b8491c9",
"body": null,
"is_bot": false,
"headline": "Run cargo fmt",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-10-27T17:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ecfcb97595f1deaa90be80939327832a995c14d",
"body": "This commit includes the following changes:\n\n- Add FlightSqlServiceConfig with schema_with_metadata option\n- Modify get_schema_for_plan() to add optional \"table_name\" metadata in arrow field",
"is_bot": false,
"headline": "Add optional table name metadata in schema fields",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-10-27T17:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "374872ec8b2d64812a8c95ce19e533ae651c8a4b",
"body": null,
"is_bot": false,
"headline": "datafusion-flight-sql-server: add a few tests",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-10-27T17:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6307f6833a6e534ad024f1d76981e2759cdf0483",
"body": "…T15-33-41Z\n\nchore(datafusion-flight-sql-server): release v0.4.12",
"is_bot": false,
"headline": "Merge pull request #33 from datafusion-contrib/release-plz-2025-10-27…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-10-27T16:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ce28e5264d0f5a26de9b0893ce2174a66bd5c79",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.12",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-27T15:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b026e92995c4d0a7136d9c4deb6a2f79ec7ab395",
"body": "…ons/actions/upload-pages-artifact-4\n\nchore(deps): bump actions/upload-pages-artifact from 3 to 4",
"is_bot": false,
"headline": "Merge pull request #30 from datafusion-contrib/dependabot/github_acti…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-10-27T15:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ab8bea2378c52049266cce212c63364f0972cc",
"body": "* arrow flight-sql is quite stable\n\nhttps://github.com/apache/arrow-rs/pull/7546 and to be rm in\nhttps://github.com/apache/arrow-rs/pull/7551\n\n* df 50, arrow 56, tonic 13",
"is_bot": false,
"headline": "Upgrade to datafusion 50 (#31)",
"author_name": "Alexander Hirner",
"author_login": "ahirner",
"committed_at": "2025-10-19T12:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3428aeb6deb1587b21422baa2388cc8c02a0192",
"body": "Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.\n- [Release notes](https://github.com/actions/upload-pages-artifact/releases)\n- [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-pages-artifact\n dependency-version: '4'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/upload-pages-artifact from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-26T10:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670b9e5e866f2ea42d054053ad173605ec80f8bd",
"body": "…ons/actions/checkout-5\n\nchore(deps): bump actions/checkout from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #29 from datafusion-contrib/dependabot/github_acti…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-08-12T09:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55caab69de70ab8e83b358535fcb5aa910fbb03",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T01:35:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11aa92fa44ba089fc1db721dd8176a1c6ed39d85",
"body": "…T06-55-15Z\n\nchore(datafusion-flight-sql-server): release v0.4.11",
"is_bot": false,
"headline": "Merge pull request #28 from datafusion-contrib/release-plz-2025-07-29…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-07-30T06:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61a517a5d39be032036616255452ce7a2154c8a",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.11",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-07-29T06:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee7d35394e3d77f553a2476cf0322f2d5f3efc9",
"body": "upgrade dependencies & upgrade datafusion to 49",
"is_bot": false,
"headline": "Merge pull request #27 from datafusion-contrib/datafusion_49",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-07-29T06:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c50c3ddc35534fb963549114d2d4de96cabfe1a8",
"body": null,
"is_bot": false,
"headline": "upgrade dependencies & upgrade datafusion to 49",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-07-29T06:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6b7f271ecffc061d26839994f66216567bc51b2",
"body": "…T07-22-55Z\n\nchore(datafusion-flight-sql-server): release v0.4.10",
"is_bot": false,
"headline": "Merge pull request #26 from datafusion-contrib/release-plz-2025-06-30…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-06-30T07:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9688a4f8598561e7ec01c38184b8e14089560d75",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.10",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-30T07:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e0796ebe19e29683717c57eb9ff427d34545ba",
"body": "Upgrade Dependences",
"is_bot": false,
"headline": "Merge pull request #25 from datafusion-contrib/upgrade_deps",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-06-30T07:10:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9e25826cad69e6b45803d89d4413361320dab64",
"body": null,
"is_bot": false,
"headline": "Upgrade Dependences",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-06-28T20:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df1629e17a10d2c38afedf67554febae72157d0",
"body": "…T07-41-35Z\n\nchore(datafusion-flight-sql-server): release v0.4.9",
"is_bot": false,
"headline": "Merge pull request #24 from datafusion-contrib/release-plz-2025-05-22…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-05-22T07:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "018f426cb9914428e16062b263eac5d7f1fd7d4d",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.9",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-05-22T07:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5daf0b2966fd339218a40284cd51212526c24e59",
"body": null,
"is_bot": false,
"headline": "minor clippy fix",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-05-22T07:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5901b8dbabeebdf7dce3e9d5bc48c032acc2569e",
"body": "Add Bearer Authentication example for Flight SQL server",
"is_bot": false,
"headline": "Feat/flight sql bearer auth example (#22)",
"author_name": "Michiel De Backker",
"author_login": "backkem",
"committed_at": "2025-05-21T10:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b6dcea299b7afe0eee3e7e46b6c83f513afb990",
"body": "…T08-32-57Z\n\nchore(datafusion-flight-sql-server): release v0.4.8",
"is_bot": false,
"headline": "Merge pull request #21 from datafusion-contrib/release-plz-2025-04-25…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-04-25T08:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a7627ebb3baa628b5d30d59ee1e793810625aaa",
"body": null,
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.8",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-04-25T08:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f0d9f06e855b601289efe2296e472fe3c475f0b",
"body": "upgrade datafusion to 47.0",
"is_bot": false,
"headline": "Merge pull request #20 from datafusion-contrib/upgrade_datafusion_to_47",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-04-25T08:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fb904c6771a36bf1e87b88d1b10b2c34997f655",
"body": null,
"is_bot": false,
"headline": "upgrade datafusion to 47.0",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-04-25T08:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a08c3483e5f526623974e92290148ac44b06f99",
"body": null,
"is_bot": false,
"headline": "Keep the actions up-to-date",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-04-25T07:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "580e5134a146cdba89d48309e8ad6ebf70b3fae9",
"body": null,
"is_bot": false,
"headline": "Release 0.4.7",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-04-25T07:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f51b5685ea29602ee6e9a5341a5adbed8ff08ff",
"body": null,
"is_bot": false,
"headline": "datafusion-flight-sql-server: Use the workspace README",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-04-25T07:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4ab51af46536a11b4e3b7c6789879fa6d4a54ab",
"body": null,
"is_bot": false,
"headline": "Remove .github/dependabot.yml action",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-04-25T07:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10bdbc9f3a7ed470f73e79341e4e2d42576dc2a2",
"body": "chore: datafusion 46 and federation 0.3.7",
"is_bot": false,
"headline": "Merge pull request #14 from ahirner/chore/df_46_federation_release",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-04-25T07:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b88acfaed9c3d89b29909dee10772ed406a3992",
"body": null,
"is_bot": false,
"headline": "datafusion 46 and federation 0.3.7",
"author_name": "ahirner",
"author_login": "ahirner",
"committed_at": "2025-04-04T03:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12151b7a726d5cd491737cf7b76223122fab3180",
"body": "* chore: update to datafusion 45\n\n* chore: update to released version of datafusion-federation",
"is_bot": false,
"headline": "chore: update to datafusion 45 (#6)",
"author_name": "Nathaniel Cook",
"author_login": "nathanielc",
"committed_at": "2025-03-11T12:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d949de040c6b2665930ce5d28da2428f3ec56b",
"body": "release-plz throw an error because it couldn't find the previous README.md",
"is_bot": false,
"headline": "Add README.md to datafusion-flight-sql-server directory",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-05T15:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d569e247db48cd7a2b4a8aa2a7faeccd7463f49",
"body": "…ory\"\n\nThis reverts commit 7b772671b489d839f4568fea8bef17646f58b9b0.",
"is_bot": false,
"headline": "Revert \"Add an empty README.md to datafusion-flight-sql-server direct…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-05T15:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b772671b489d839f4568fea8bef17646f58b9b0",
"body": "release-plz throw an error because it couldn't find the previous README.md",
"is_bot": false,
"headline": "Add an empty README.md to datafusion-flight-sql-server directory",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-05T15:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c979ff0246c28dab9fc1c436e6bf70aa741c8f68",
"body": null,
"is_bot": false,
"headline": "Update README: add docs link",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-05T14:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecab3abab46f32b1446393458c5b1426073a2872",
"body": null,
"is_bot": false,
"headline": "use the workspace version",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-05T14:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f9bf4e29bb1c9ad07fd34eaa90f3850a5d94f5c",
"body": null,
"is_bot": false,
"headline": "Add protoc feature",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-05T14:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5558fd2de1922f4ab225074177fb120ba91414c",
"body": null,
"is_bot": false,
"headline": "Remove the readme from the src/lib.rs",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-05T14:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1192c5f1e9067da4d7fdfa921e5eb4860024648",
"body": null,
"is_bot": false,
"headline": "README: minor changes",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-03T12:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c0286774eb48daa857e25a737c54c4868d7bf4",
"body": "`filter-repo` could be used instead of bringing all the commits from the\nfederation repository, but since the flight-sql-server directory has\nbeen renamed a few times, it's hard to distinguish the commits, and we\ndon't want to lose the original commits.",
"is_bot": false,
"headline": "Migrate the code from the datafusion-federation repository.",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-02-03T12:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55db1a6e4fa560dc7534b2d24c4c9be93ca1c1bd",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release (#109)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-01-20T09:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9150edad9d3d6b19dafec9b9e30242c1c9a00155",
"body": "…using the plan_to_sql function. (#105)",
"is_bot": false,
"headline": "datafusion-federation: Use the Dialect and Unparser constructor when …",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2025-01-20T09:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d52fb9de0c8b971e26f9591dcf79102f92c7ff30",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release (#104)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-01-12T17:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b30127b2030819ec0960beccba7f47bce37f320",
"body": null,
"is_bot": false,
"headline": "chore: upgrade datafusion to 44 (#103)",
"author_name": "Whis Liao",
"author_login": "xhwhis",
"committed_at": "2025-01-12T16:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "065dbe8f00cd44cd90a19859a85248ed17cde17b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release (#102)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-01-04T10:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d431f8b21ccadf33cbdc6697b785ad52ad31f24",
"body": "…et in `rewrite_table_scans` (#101)\n\nCo-authored-by: Phillip LeBlanc <phillip@leblanc.tech>",
"is_bot": false,
"headline": "fix: handle `LogicalPlan::Limit` separately to preserve skip and offs…",
"author_name": "Evgenii Khramkov",
"author_login": "ewgenius",
"committed_at": "2025-01-04T02:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3626ce72f723d4c715d2012e72cbac6b4fca67d",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.3 (#93)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-12-23T08:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f9a952b8ea018737a3479a0659235e560dfe7bc",
"body": null,
"is_bot": false,
"headline": "flight-sql-server: add README.md (#91)",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-12-23T08:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b3b2e8dc19bbedb949e84470825d083a20a6cd",
"body": "…g substrait dependency (#90)",
"is_bot": false,
"headline": "flight-sql-server: Add `protoc` as feature in Cargo.toml when buildin…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-12-22T17:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9c5ec5da640937bc0df297b8be10543e77e882",
"body": null,
"is_bot": false,
"headline": "Update release_plz.yml: add sudo for installing dependencies. (#89)",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-12-19T06:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fce9c9dff9f0d30467ac13b3428782972a02c7b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(datafusion-federation): release v0.3.2 (#88)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-12-18T22:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c50ad3dc955b2a3008b24e87c4bcefcb7050260b",
"body": null,
"is_bot": false,
"headline": "fix: use new known_schema api of FlightDataEncoder (#87)",
"author_name": "Nathaniel Cook",
"author_login": "nathanielc",
"committed_at": "2024-12-05T18:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "758323a9f5973258e3bc0f0fe12bdaf3e8cd2d03",
"body": null,
"is_bot": false,
"headline": "Release plz action: install required dependencies (#85)",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-12-03T15:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05604d6aabaf1e38e8bfdc7c051f56fb011091f4",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(datafusion-flight-sql-server): release v0.4.2 (#84)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-12-03T14:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd5971418657461c1c10636727268817aebcb74",
"body": "… (#83)",
"is_bot": false,
"headline": "release_plz: don't release datafusion-flight-sql-table-provider crate…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-12-03T14:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591f65cf2a7c7434debfc8234581715ed9748332",
"body": null,
"is_bot": false,
"headline": "feat: support prepared statement parameters (#81)",
"author_name": "Nathaniel Cook",
"author_login": "nathanielc",
"committed_at": "2024-11-28T13:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7818648cf5cbf579171f4d57bdac61810e9ba64a",
"body": "…(#80)",
"is_bot": false,
"headline": "github/workflows/release_plz: ignore flight-sql-table-provider crate …",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-11-15T08:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b3798a2657618b6546bfbdf69439f355919ac46",
"body": null,
"is_bot": false,
"headline": "Automate deployment using release_plz (#78)",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-11-15T08:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d056d0ca30b15833f784734a8dac3359b02e9b",
"body": "…-server (#76)",
"is_bot": false,
"headline": "Bump the versions for datafusion-federation and datafusion-flight-sql…",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-11-10T22:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec20d44192afbc5ef76539059e25977b9047f6b",
"body": null,
"is_bot": false,
"headline": "update dependencies & use datafusion 43 (#75)",
"author_name": "hozan23",
"author_login": "hozan23",
"committed_at": "2024-11-10T14:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e3149ac6c18fa80a33a6831314e603154ab032",
"body": "With flight_info requests the returned schema needs to exactly match the\nencoded flight data. The FlightDataEncoder will change the schema in\norder to hydrate dictionaries. This means the schema reported from\nflight_info requests did not match the encoded data.\n\nThis change copies the logic from arrow-flight that can transform a schema\nfor hydrated dictionaries. See\nhttps://github.com/apache/arrow-rs/issues/6672 where the copied logic\nmay be exposed directly.",
"is_bot": false,
"headline": "fix: report hydrated schemas from flight_info requests",
"author_name": "Nathaniel Cook",
"author_login": "nathanielc",
"committed_at": "2024-11-04T16:39:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 47,
"latest_release_at": "2026-07-29T09:52:56Z",
"latest_release_tag": "v0.4.17",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 17,
"days_since_latest_release": 1,
"mean_days_between_releases": 51.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "datafusion-flight-sql-server",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/datafusion-flight-sql-server",
"is_deprecated": false,
"latest_version": "0.4.17",
"repository_url": "https://github.com/datafusion-contrib/datafusion-flight-sql-server",
"versions_count": 21,
"total_downloads": 42043,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7101,
"first_published_at": "2024-09-04T12:23:16.062003Z",
"latest_published_at": "2026-07-29T09:52:53.166036Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 15,
"stars": 31,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
}
],
"complete": true,
"collected": 15,
"total_forks": 15
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"datafusion-flight-sql-server/Cargo.toml",
"datafusion-flight-sql-table-provider/Cargo.toml"
],
"largest_source_bytes": 40737,
"source_files_sampled": 11,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"datafusion-flight-sql-server/Cargo.toml",
"datafusion-flight-sql-table-provider/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 5,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "arrow-flight",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "datafusion-federation",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "datafusion-substrait",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "datafusion",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "once_cell",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.21"
},
{
"name": "prost",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tonic",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio-stream",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.17"
},
{
"name": "tokio",
"manifest": "datafusion-flight-sql-server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.47"
},
{
"name": "arrow-flight",
"manifest": "datafusion-flight-sql-table-provider/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "datafusion-flight-sql-table-provider/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "datafusion-federation",
"manifest": "datafusion-flight-sql-table-provider/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "datafusion",
"manifest": "datafusion-flight-sql-table-provider/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures",
"manifest": "datafusion-flight-sql-table-provider/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tonic",
"manifest": "datafusion-flight-sql-table-provider/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio-stream",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tonic-async-interceptor",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 4,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 32,
"open_issues": 2,
"closed_ratio": 0.333,
"closed_issues": 1,
"closed_unmerged_prs": 21
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "hozan23",
"commits": 85,
"avatar_url": "https://avatars.githubusercontent.com/u/119854621?v=4"
},
{
"type": "User",
"login": "devinjdangelo",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/14827143?v=4"
},
{
"type": "User",
"login": "backkem",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/38858977?v=4"
},
{
"type": "User",
"login": "nathanielc",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/3771906?v=4"
},
{
"type": "User",
"login": "phillipleblanc",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/879445?v=4"
},
{
"type": "User",
"login": "rajantikare",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/59197689?v=4"
},
{
"type": "User",
"login": "jonasdedden",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/30271979?v=4"
},
{
"type": "User",
"login": "cloneyate",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/59532130?v=4"
},
{
"type": "User",
"login": "ahirner",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6055037?v=4"
},
{
"type": "User",
"login": "alamb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/490673?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.634
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"docs.yml",
"release_plz.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "12 out of 15 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "88d65129466948298a234e90ad5474c9604d77d5",
"ran_at": "2026-07-30T19:12:04Z",
"aggregate_score": 6.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T10:49:30Z",
"oldest_open_prs": [
{
"number": 57,
"created_at": "2026-07-29T10:49:26Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-29T10:26:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 15,
"created_at": "2025-04-05T18:34:15Z",
"last_comment_at": "2025-04-25T09:00:00Z",
"last_comment_author": "hozan23"
},
{
"number": 49,
"created_at": "2026-04-02T20:45:06Z",
"last_comment_at": "2026-04-03T12:17:14Z",
"last_comment_author": "kronic"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/datafusion-contrib/datafusion-flight-sql-server",
"host": "github.com",
"name": "datafusion-flight-sql-server",
"owner": "datafusion-contrib"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 63 is calibrated to 71 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 63,
"calibrated": 71,
"calibration": "2026-08-02"
}
}
],
"value": 71,
"inputs": {
"security": 62,
"vitality": 79,
"community": 49,
"governance": 63,
"calibration": "2026-08-02",
"engineering": 58,
"ai_readiness": 54,
"weighted_overall_raw": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 47,
"human_commit_share": 0.78,
"days_since_last_push": 1,
"active_weeks_last_year": 17
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "47 commits in the last year",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 47
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.4.17",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 51.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~51.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 51.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"forks": 15,
"stars": 31,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "31 stars",
"points": 24,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 31
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "15 forks",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 15
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"packages": [
"datafusion-flight-sql-server"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 42043,
"monthly_downloads": 7101
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,101 downloads/month across crates",
"points": 51.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7101,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 16,
"top_contributor_share": 0.634
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 63% of commits",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 63
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"merged_prs": 32,
"open_issues": 2,
"closed_issues": 1,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.333,
"closed_unmerged_prs": 21,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "33% of issues closed",
"points": 14,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 33
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "32/53 decided PRs merged",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 32,
"decided": 53
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 129,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "datafusion-contrib",
"public_repos": 61,
"account_age_days": 1722
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "129 followers of datafusion-contrib",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 129,
"login": "datafusion-contrib"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "61 public repos, account ~4 yr old",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 61
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"datafusion-flight-sql-server"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "12 out of 15 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "12 out of 15 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 54,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.628,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "49 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 49,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"toolchain_manifests": [
"Cargo.toml",
"datafusion-flight-sql-server/Cargo.toml",
"datafusion-flight-sql-table-provider/Cargo.toml"
],
"dependency_bot_commit_share": 0.06
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, datafusion-flight-sql-server/Cargo.toml, datafusion-flight-sql-table-provider/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, datafusion-flight-sql-server/Cargo.toml, datafusion-flight-sql-table-provider/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "6 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 6,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 40737,
"source_files_sampled": 11,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'datafusion-flight-sql-table-provider' from its registry",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-30T19:12:26.700728Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/datafusion-contrib/datafusion-flight-sql-server.svg",
"full_name": "datafusion-contrib/datafusion-flight-sql-server",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}