You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "yuxuan-luo (via GitHub)" <gi...@apache.org> on 2023/06/12 07:58:31 UTC

[GitHub] [doris] yuxuan-luo opened a new issue, #20703: [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type

yuxuan-luo opened a new issue, #20703:
URL: https://github.com/apache/doris/issues/20703

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   master
   
   ### What's Wrong?
   
   使用 jdbc catalog 时,查询数据出现错误。在 1.2 上能正常运行
   MySQL [hugo]> select * from hugoluo;
   ERROR 1105 (HY000): errCode = 2, detailMessage = (172.16.64.36)[INTERNAL_ERROR]NoSuchFieldError: table_type
   
   ### What You Expected?
   
   正常返回数据
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] yuxuan-luo commented on issue #20703: [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type

Posted by "yuxuan-luo (via GitHub)" <gi...@apache.org>.
yuxuan-luo commented on issue #20703:
URL: https://github.com/apache/doris/issues/20703#issuecomment-1586970087

   > 查询的数据源是什么?fe.log中报错的堆栈信息可以发下吗?
   
   mysql 8.0
   
   <img width="1397" alt="image" src="https://github.com/apache/doris/assets/119841515/c6fe1c83-4136-45a2-bc00-72d0e7f2fc3c">
   


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] stalary commented on issue #20703: [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type

Posted by "stalary (via GitHub)" <gi...@apache.org>.
stalary commented on issue #20703:
URL: https://github.com/apache/doris/issues/20703#issuecomment-1588364647

   是否替换了java-udf-jar-with-dependencies.jar?


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


Re: [I] [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type [doris]

Posted by "Jack96125 (via GitHub)" <gi...@apache.org>.
Jack96125 commented on issue #20703:
URL: https://github.com/apache/doris/issues/20703#issuecomment-1963473116

   博主这个问题是什么造成的?解决了吗?
   


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] stalary closed issue #20703: [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type

Posted by "stalary (via GitHub)" <gi...@apache.org>.
stalary closed issue #20703: [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type
URL: https://github.com/apache/doris/issues/20703


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


Re: [I] [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type [doris]

Posted by "Jack96125 (via GitHub)" <gi...@apache.org>.
Jack96125 commented on issue #20703:
URL: https://github.com/apache/doris/issues/20703#issuecomment-1963475109

   > 博主这个解决了吗
   
   帅哥你的也是这个问题吗
   


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] yuxuan-luo commented on issue #20703: [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type

Posted by "yuxuan-luo (via GitHub)" <gi...@apache.org>.
yuxuan-luo commented on issue #20703:
URL: https://github.com/apache/doris/issues/20703#issuecomment-1587271987

   > 目前Doris是什么版本? 创建catalog的语句能否发一下 升级的时候是否替换了be/lib下的java-udf-jar-with-dependencies.jar
   
   是的,都升级了。目前的doris 是 master 的最新版,离最新的 pr 就离了几个 commit
   具体的 catalog 创建语句补充在上面了


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] hechao-ustc commented on issue #20703: [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type

Posted by "hechao-ustc (via GitHub)" <gi...@apache.org>.
hechao-ustc commented on issue #20703:
URL: https://github.com/apache/doris/issues/20703#issuecomment-1586932843

   查询的数据源是什么?fe.log中报错的堆栈信息可以发下吗?


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] zy-kkk commented on issue #20703: [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type

Posted by "zy-kkk (via GitHub)" <gi...@apache.org>.
zy-kkk commented on issue #20703:
URL: https://github.com/apache/doris/issues/20703#issuecomment-1587134949

   目前Doris是什么版本?
   创建catalog的语句能否发一下
   升级的时候是否替换了be/lib下的java-udf-jar-with-dependencies.jar


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


Re: [I] [Bug] JDBC [INTERNAL_ERROR]NoSuchFieldError: table_type [doris]

Posted by "cqyzh (via GitHub)" <gi...@apache.org>.
cqyzh commented on issue #20703:
URL: https://github.com/apache/doris/issues/20703#issuecomment-1963245649

   博主这个解决了吗
   


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org