我要去計算超過其中其他數據經由group by room_id如下計算所有數據的百分位數: select
distinct room_id,
count(user_id) over (partition by room_id) as user_cnt,
sum(price) over (partition by room_id) as price,
Exception in thread "main" java.lang.NoClassDefFoundError: com/facebook/fb303/FacebookService$Iface
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClas