[jira] [Updated] (SPARK-47167) Add concrete relation class for JDBC relation made in V1TableScan

2024-03-01 Thread Uros Stankovic (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-47167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uros Stankovic updated SPARK-47167:
---
Description: 
JDBCRelation's method toV1TableScan creates v1 anonymous relation that can use 
predicates and other pushdowns of JDBCRelation object (v2 relation).

That relation can later be logged to telemetry or to shown in Spark UI by that 
name. It is not descriptive enough, so the idea is to use concrete class.

  was:BaseRelation class do not provide any descriptive information like name 
or description, etc. So it would be great to add such class so debugging and 
logging would be easier.


> Add concrete relation class for JDBC relation made in V1TableScan
> -
>
> Key: SPARK-47167
> URL: https://issues.apache.org/jira/browse/SPARK-47167
> Project: Spark
>  Issue Type: Task
>  Components: SQL
>Affects Versions: 3.5.1
>Reporter: Uros Stankovic
>Assignee: Uros Stankovic
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 4.0.0
>
>
> JDBCRelation's method toV1TableScan creates v1 anonymous relation that can 
> use predicates and other pushdowns of JDBCRelation object (v2 relation).
> That relation can later be logged to telemetry or to shown in Spark UI by 
> that name. It is not descriptive enough, so the idea is to use concrete class.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-47167) Add concrete relation class for JDBC relation made in V1TableScan

2024-03-01 Thread Uros Stankovic (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-47167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uros Stankovic updated SPARK-47167:
---
Summary: Add concrete relation class for JDBC relation made in V1TableScan  
(was: Add descriptive relation class)

> Add concrete relation class for JDBC relation made in V1TableScan
> -
>
> Key: SPARK-47167
> URL: https://issues.apache.org/jira/browse/SPARK-47167
> Project: Spark
>  Issue Type: Task
>  Components: SQL
>Affects Versions: 3.5.1
>Reporter: Uros Stankovic
>Priority: Minor
>  Labels: pull-request-available
>
> BaseRelation class do not provide any descriptive information like name or 
> description, etc. So it would be great to add such class so debugging and 
> logging would be easier.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org