Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIG-203 Convert types not supported in BQ REST API #124

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

zajca
Copy link
Member

@zajca zajca commented Jan 23, 2024

@zajca zajca requested a review from jirkasemmler January 23, 2024 13:17
// Map of types available in SQL api but not supported by REST API
// Most of them are aliases for other types
public const REST_API_TYPES_MAP = [
self::TYPE_INT => self::TYPE_INT64,
Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, ale co ARRAY a INTERVAL ?

image

myslim, ze oba tyto typy nemame dobre uchopene v connection. array by mel prijit s definici a interval taky. Imho bychom to meli zakazat na request objectu. Toto bych ale shipnul a na ten array a interval zalozil dalsi task

Copy link
Member Author

Choose a reason for hiding this comment

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

array je repeated record a interval nemá dokumentaci pro REST API ani, takže sem ho zatím přeskočil

Copy link
Contributor

Choose a reason for hiding this comment

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

jo, ale kdyz to sem dorazi, tak to nekde nejak neplanovane vyhuci. Takze bychom to meli imho odchytit uz nekde v connection. Takze to bude chtit nejakou dalsi praci

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@jirkasemmler jirkasemmler left a comment

Choose a reason for hiding this comment

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

pokud souhlasis s tim taskem, tak ho prosim zaloz

@jirkasemmler jirkasemmler merged commit 8295bec into main Jan 24, 2024
33 checks passed
@jirkasemmler jirkasemmler deleted the BIG-203-BQ-REST-TYPES branch January 24, 2024 12:51
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