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

Implement tree explain for JsonSink #15089

Closed
Tracked by #14914
Shreyaskr1409 opened this issue Mar 8, 2025 · 5 comments · Fixed by #15185
Closed
Tracked by #14914

Implement tree explain for JsonSink #15089

Shreyaskr1409 opened this issue Mar 8, 2025 · 5 comments · Fixed by #15185
Assignees

Comments

@Shreyaskr1409
Copy link
Contributor

Is your feature request related to a problem or challenge?

a part of #14914

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@Shreyaskr1409
Copy link
Contributor Author

take

@Shreyaskr1409
Copy link
Contributor Author

@irenjj from where can I find information about JsonSink to write appropriate query? I tried searching into available docs but could not figure it out.

@irenjj
Copy link
Contributor

irenjj commented Mar 9, 2025

@Shreyaskr1409 Maybe you can refer to the test cases in repartition_scan.slt, like

explain COPY  (VALUES (1), (2), (3), (4), (5)) TO 'test_files/scratch/repartition_scan/json_table/1.json'
STORED AS JSON;

@Shreyaskr1409
Copy link
Contributor Author

Shreyaskr1409 commented Mar 11, 2025

@irenjj I am unable to work on this as I am facing multiple issues regarding JsonSink not being used, I tried but could not figure it out.

@irenjj
Copy link
Contributor

irenjj commented Mar 12, 2025

@irenjj I am unable to work on this as I am facing multiple issues regarding JsonSink not being used, I tried but could not figure it out.

It's alright, thank you for your effort.❤️
I'd like to have a try later:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants