Skip to content

docs: replace DataFusion with HotSQL/Hotdata branding throughout - #8

Merged
eddietejeda merged 1 commit into
mainfrom
docs/hotsql-terminology
Sep 8, 2026
Merged

docs: replace DataFusion with HotSQL/Hotdata branding throughout#8
eddietejeda merged 1 commit into
mainfrom
docs/hotsql-terminology

Conversation

@eddietejeda

Copy link
Copy Markdown
Contributor

Summary

  • DataFusion is an internal implementation detail — all user-facing and repo text now uses the product branding: HotSQL for the SQL surface (linked to https://www.hotdata.dev/docs/sql), Hotdata for engine behavior. Swept README, docs/architecture.md, CHANGELOG, and every code comment/docstring; a repo-wide grep confirms zero remaining mentions.
  • README also catches up on recent work:

Testing

  • uv run ruff check and uv run pytest (75 passed) — comment/doc-only changes, no behavior change.

DataFusion is an internal implementation detail; the product's SQL
surface is HotSQL (https://www.hotdata.dev/docs/sql). Swept the README,
architecture doc, changelog, and all code comments/docstrings.

README additions while here:
- Feature-support row for the cross-database macros (dateadd, datediff,
  DST-aware convert_timezone)
- "SQL dialect" subsection: models are native HotSQL; the platform's
  Postgres/DuckDB/Snowflake dialect translation is not used by this
  adapter (no dialect field in the published SDKs)
- Requirements note that dbt-core is tested through 1.12

No behavior changes; ruff and all 75 tests pass.
Comment thread README.md

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation-only change. Verified: no remaining DataFusion mentions in the repo, and uv.lock pins dbt-core 1.12.3, so the "tested through 1.12" note matches the lockfile. One super nit inline.

@eddietejeda
eddietejeda merged commit b47e9ae into main Sep 8, 2026
4 checks passed
@eddietejeda
eddietejeda deleted the docs/hotsql-terminology branch September 8, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant