Skip to content

Conversation

@windpiger
Copy link
Contributor

What changes were proposed in this pull request?

move table related ddl from ddl.scala to tables.scala

How was this patch tested?

N/A

@SparkQA
Copy link

SparkQA commented Mar 8, 2017

Test build #74209 has finished for PR 17211 at commit c31ae7f.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@windpiger
Copy link
Contributor Author

cc @cloud-fan

@SparkQA
Copy link

SparkQA commented Mar 8, 2017

Test build #74210 has finished for PR 17211 at commit ac79b05.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

AttributeReference("database_description_item", StringType, nullable = false)() ::
AttributeReference("database_description_value", StringType, nullable = false)() :: Nil
}
}
Copy link
Member

@gatorsmile gatorsmile Mar 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The remaining commands are database only. We can move the database related commands to org.apache.spark.sql.execution.command.databases.scala.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok~ thanks, another problem is now the lines of tables.scala is 1594, this is too large, should we need to split it to reduce the lines of a file?

@gatorsmile
Copy link
Member

This change might cause people hard to track the change history. Maybe we can close this PR?

@gatorsmile
Copy link
Member

We are closing it due to inactivity. please do reopen if you want to push it forward. Thanks!

@asfgit asfgit closed this in b32bd00 Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants