Bug 7 - sparksql 测试中某些情况不通过 (edit)
Status: CONFIRMED (edit)
Alias: None (edit)
(show other bugs)
1.0
:
()
Depends on: ()
Blocks: ()
 
Reported: 2023-06-13 02:42 UTC by
Modified: 2023-06-13 02:42 UTC (History)

0 users (edit)
(never email me about this bug)
(add)

Current Est.: %Complete: Gain:
0.0 0.0 + 0 0.0
Summarize time (including time for bugs blocking this bug)

Attachments

:

Status:
of
[tag] [reply] [−] Description 2023-06-13 02:42:53 UTC
使用sparksql tpcds 10G测试表catalog_sales作为测试对象

update 单表测试	update 单个字段 	通过 	
	update 多个字段 	通过 	
	update 所有字段 	通过 	
	update null 	通过 	
	update 列 	通过 	
	update limit n 	不通过 	limit n 大量数据时失败
	update order by	通过 	
	update table set 字段A=字段B	不通过 	不支持
	others	不通过 	目前sparksql字段类型相互转化不支持