Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/22733#discussion_r225319798
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala ---
@@ -383,7 +386,7 @@ case class LoadDataCommand(
pathUri.getAuthority
}
try {
- val newUri = new URI(scheme, authority, pathUri.getPath,
pathUri.getFragment)
+ val newUri = new URI(scheme, authority, pathUri.getPath, null,
pathUri.getFragment)
--- End diff --
this change is all that's needed for the test, the rest is for testing
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]