SELECT
                    id,
                     count(1)
                FROM
                     hive_user_parquet
                GROUP BY
                    id
                /*+ OPTIONS('streaming-source.enable'='true', 
'streaming-source.consume-start-offset'='2020-08-18') */
          通过分组统计好像是会报语法错误的,这是什么原因造成的呢



[email protected]

回复