Github user anubhav100 commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/511#discussion_r96021932
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala ---
@@ -108,6 +110,10 @@ class CarbonSource extends CreatableRelationProvider
val dbName: String = parameters.getOrElse("dbName",
CarbonCommonConstants.DATABASE_DEFAULT_NAME)
val tableName: String = parameters.getOrElse("tableName",
"default_table")
+ if(org.apache.commons.lang.StringUtils.isBlank(tableName) ||
+ org.apache.commons.lang.StringUtils.isWhitespace(tableName)) {
--- End diff --
@jackylk but what if table name is "a n u b h a v" i think it will not
check for its validation
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---