You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/18 09:50:49 UTC

[GitHub] [arrow-ballista] r4ntix opened a new issue, #529: CLI `show tables` fails

r4ntix opened a new issue, #529:
URL: https://github.com/apache/arrow-ballista/issues/529

   **Describe the bug**
   
   ./target/debug/ballista-cli
   ```
   Ballista CLI v0.10.0
   ❯ show tables;
   DataFusionError(Internal("failed to serialize logical plan: Context(\"Error serializing custom table at /Users/r4ntix/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/datafusion-proto-14.0.0/src/logical_plan.rs:926\", NotImplemented(\"LogicalExtensionCodec is not provided\"))"))
   ```
   
   **To Reproduce**
   👆
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] r4ntix commented on issue #529: CLI `show tables` fails

Posted by "r4ntix (via GitHub)" <gi...@apache.org>.
r4ntix commented on issue #529:
URL: https://github.com/apache/arrow-ballista/issues/529#issuecomment-1457440383

   @jiangzhx @BubbaJoe the `show tables` sql can not run at scheduler because the tables is store at client.
   
   The `ShowTables` is missing in this code:
   https://github.com/apache/arrow-ballista/blob/85031c42208238c5f373aae915f141c8e91db6b4/ballista/client/src/context.rs#L321-L347


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] r4ntix commented on issue #529: CLI `show tables` fails

Posted by GitBox <gi...@apache.org>.
r4ntix commented on issue #529:
URL: https://github.com/apache/arrow-ballista/issues/529#issuecomment-1319834399

   The `DefaultLogicalExtensionCodec` currently used by ballista does not actually implement the `LogicalExtensionCodec` trait.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] andygrove closed issue #529: CLI `show tables` fails

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #529: CLI `show tables` fails
URL: https://github.com/apache/arrow-ballista/issues/529


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] jiangzhx commented on issue #529: CLI `show tables` fails

Posted by GitBox <gi...@apache.org>.
jiangzhx commented on issue #529:
URL: https://github.com/apache/arrow-ballista/issues/529#issuecomment-1323297388

   look like should implement at arrow-datafusion project
   [DefaultLogicalExtensionCodec](https://github.com/apache/arrow-datafusion/blob/1bcb333ee4453c2e9e300618f9bb50bc992856c7/datafusion/proto/src/logical_plan.rs#L145)
   
   I have time to do this function, but I don't quite understand the logic, who can give some guidance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] BubbaJoe commented on issue #529: CLI `show tables` fails

Posted by "BubbaJoe (via GitHub)" <gi...@apache.org>.
BubbaJoe commented on issue #529:
URL: https://github.com/apache/arrow-ballista/issues/529#issuecomment-1457290585

   @andygrove Can you give some guidance here?
   
   Or can you perhaps mention someone who can?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org