为了更快的定位您的问题,请提供以下信息,谢谢
【详述】【详述】使用starrocks-spark-connector-3.3_2.12-1.1.1.jar查询starrocks报错Caused by: java.lang.IllegalStateException: Duplicate key (attempted merging values Field{name=’’, type=‘VARCHAR’, comment=’’, precision=0, scale=0} and Field{name=’’, type=‘VARCHAR’, comment=’’, precision=0, scale=0})
【背景】执行spark.sql(‘sql内容’),如果sql内容为selet a from table_name where b = ‘条件’ 则报上面的错误,where条件放到select里则不会报错,应该是个bug