Skip to content

[hotfix] Fix SELECT statement in http.md#37

Merged
davidradl merged 2 commits intoapache:mainfrom
sofie204:fix-select-statement
Mar 31, 2026
Merged

[hotfix] Fix SELECT statement in http.md#37
davidradl merged 2 commits intoapache:mainfrom
sofie204:fix-select-statement

Conversation

@sofie204
Copy link
Copy Markdown
Contributor

The SELECT example in the HTTP lookup source docs uses c.isActive and c.balance, but the table schema defines these fields nested inside a details ROW. This causes NULL results when users follow the example. The fix is to use c.details.isActive and c.details.nestedDetails.balance.

Comment thread docs/content/docs/connectors/table/http.md
@davidradl
Copy link
Copy Markdown
Contributor

nit: the title should be statement not statment

@sofie204 sofie204 changed the title [hotfix] Fix SELECT statment in http.md [hotfix] Fix SELECT statement in http.md Mar 31, 2026
@sofie204
Copy link
Copy Markdown
Contributor Author

nit: the title should be statement not statment

Thank you for pointing that out @davidradl. Both changes have been made and the spelling has been modified.

@davidradl davidradl merged commit 21b3d9a into apache:main Mar 31, 2026
2 checks passed
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.

2 participants