[ https://issues.apache.org/jira/browse/SPARK-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yadong Qi updated SPARK-6040: ----------------------------- Summary: Fix the percent bug in tablesample (was: Fix the bug in tablesample) > Fix the percent bug in tablesample > ---------------------------------- > > Key: SPARK-6040 > URL: https://issues.apache.org/jira/browse/SPARK-6040 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 1.2.1 > Reporter: Yadong Qi > > HiveQL expression like ```select count(1) from src tablesample(1 percent);``` > means take 1% sample to select. But it means 100% in the current version of > the Spark. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org