feat(ibis): remove to_char from BigQuery white function list#1275
feat(ibis): remove to_char from BigQuery white function list#1275goldmedal merged 1 commit intoCanner:mainfrom
to_char from BigQuery white function list#1275Conversation
WalkthroughA test in the BigQuery connector's function list endpoint was updated to expect 173 functions instead of 174 when remote function list paths are set. No other test logic or assertions were changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🔇 Additional comments (1)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
to_char from BigQuery white function list

following #1271
related to tobymao/sqlglot#5496
When performing fuzz testing, the test case for to_char is
and sqlglot is smart enough to rewrite it to:
However, when combining to_char with the cast function, the rewrite does not work:
This results in the error:
Argument 'format' is not supported for expression 'ToChar' when targeting Dialect.
Summary by CodeRabbit
/functionsendpoint.