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

Add table sampling with fixed shard #15128

Closed
wants to merge 4 commits into from

fix table sampling

c2bbaa6
Select commit
Loading
Failed to load commit list.
Closed

Add table sampling with fixed shard #15128

fix table sampling
c2bbaa6
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL failed Oct 23, 2023 in 5s

3 new alerts including 3 errors

New alerts in code changed by this pull request

  • 3 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 121 in processing/src/main/java/org/apache/druid/query/planning/DataSourceAnalysis.java

See this annotation in the file changed.

Code scanning / CodeQL

Contradictory type checks Error

This access of
baseDataSource
cannot be of type
SampledTableDataSource
, since
this expression
ensures that it is not of type
TableDataSource
.

Check failure on line 122 in processing/src/main/java/org/apache/druid/query/planning/DataSourceAnalysis.java

See this annotation in the file changed.

Code scanning / CodeQL

Contradictory type checks Error

This access of
baseDataSource
cannot be of type
SampledTableDataSource
, since
this expression
ensures that it is not of type
TableDataSource
.

Check failure on line 222 in processing/src/main/java/org/apache/druid/query/planning/DataSourceAnalysis.java

See this annotation in the file changed.

Code scanning / CodeQL

Contradictory type checks Error

This access of
baseDataSource
cannot be of type
SampledTableDataSource
, since
this expression
ensures that it is not of type
TableDataSource
.