Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support for enforcing embedded schema#505

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jprakash-db merged 2 commits intorelease/v3.7.3fromjprakash-db/enforce-schema
Feb 19, 2025

Conversation

@jprakash-db
Copy link
Contributor

Description

As a part of query optimization Databricks returns cached results when the underlying query is the same. This creates issue when the same query is used but with a different alias, in this case the result is the same but the metadata is different. But Databricks returns the same metadata as a part of query optimisation

Added

Added option to enforce schema to make sure the metadata is in updated state

self,
operation:str,
parameters:Optional[TParameterCollection]=None,
enforceEmbeddedSchema=False,
Copy link
Collaborator

@jackyhu-dbjackyhu-dbFeb 18, 2025
edited
Loading

Choose a reason for hiding this comment

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

can you rename it toenforce_embedded_schema_correctness to be consistent with the meaning of the thrift API. "enforce schema" is different with "enforce schema with correctness". And please use snake case which is python style.

@jprakash-dbjprakash-db merged commit72b0044 intorelease/v3.7.3Feb 19, 2025
0 of 3 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@jackyhu-dbjackyhu-dbjackyhu-db approved these changes

@gopalldbgopalldbgopalldb approved these changes

@rcypher-databricksrcypher-databricksAwaiting requested review from rcypher-databricksrcypher-databricks is a code owner

@yunbodeng-dbyunbodeng-dbAwaiting requested review from yunbodeng-dbyunbodeng-db is a code owner

@andrefurlan-dbandrefurlan-dbAwaiting requested review from andrefurlan-dbandrefurlan-db is a code owner

@benc-dbbenc-dbAwaiting requested review from benc-dbbenc-db is a code owner

Assignees

@jprakash-dbjprakash-db

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@jprakash-db@jackyhu-db@gopalldb

[8]ページ先頭

©2009-2025 Movatter.jp