06 2020 档案
spark-sql中视图关联表结果不匹配问题
摘要:在sparkSQL 中将计算结果保存为视图,关联其他表后出现结果匹配错误,通过分析发现,是因为sql语句中使用了表达式 row_number() over(order by 1) 其实该表达式并没有执行,真正执行的时候是需要触发action (例如 show, count, top .......) 阅读全文
posted @ 2020-06-30 10:51 脆皮软心 阅读(592) 评论(0) 推荐(0)
navicat for postgresql 12中文破解版 v12.0.28
摘要:http://www.xue51.com/soft/5804.html 阅读全文
posted @ 2020-06-09 14:33 脆皮软心