Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
v2.3.1
-
None
Description
create a cube, and select the partition column from lookup table, then select shard by column from fact table.
then an unexecutable sql will be created to build the flatten table with sqoop:
select ... from [FACT] where [LOOKUP].[PARTITION_COL] > ...