You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Herman van Hovell (JIRA)" <ji...@apache.org> on 2016/10/11 05:56:21 UTC

[jira] [Created] (SPARK-17868) Do not use bitmasks during parsing and analysis of CUBE/ROLLUP/GROUPING SETS

Herman van Hovell created SPARK-17868:
-----------------------------------------

             Summary: Do not use bitmasks during parsing and analysis of CUBE/ROLLUP/GROUPING SETS
                 Key: SPARK-17868
                 URL: https://issues.apache.org/jira/browse/SPARK-17868
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Herman van Hovell
            Assignee: Herman van Hovell


We generate bitmasks for grouping sets during the parsing process, and use these during analysis. These bitmasks are difficult to work with in practice and have lead to numerous bugs. I suggest that we remove these and use actual sets instead, however we would need to generate these offsets for the grouping_id.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org