I have large json files stored in S3 grouped under a sub-key for each year
like this:

I've defined an external table that's partitioned by year to keep the year
limited queries efficient.  The table definition looks like this:

But alas, a simple query like:

yields no results.  

If I remove the "PARTITIONED BY" clause and point directly at
s3://spark-data/logs/1980, everything works fine.  Am I running into a bug
or are range partitions not supported on external tables?   



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/External-table-partitioned-by-date-using-Spark-SQL-tp18663.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to